Hello,
There has been lots of activity recently: many updates to translations, changes to the code which handles translations, and even new language, Tyvan, got added with few translated messages.
Latest changes to code makes possible to use {{plural:}} and {{grammar:}}, so that they work also when user language is different from content language. They also work with params like $1 now. Previously only {{GRAMMAR:{{SITENAME}} would have worked correctly. However, this does not apply all messages, but only those converted to use this new function. It is work in progress.
First ones to be converted are probably those mentioned in bugs http://bugzilla.wikimedia.org/show_bug.cgi?id=5805 and http://bugzilla.wikimedia.org/show_bug.cgi?id=5806.
Other things that I intend to do are: * Some maintenance scripts to help translation: for example script that checks translations but ignores messages that should not be translated * Fixes to special pages: missing formatNum, BIDI-fixes * and other things to keep Mediawiki fully internationalised :)
Comments and suggestions are welcome. Latest statistics can be found at http://meta.wikimedia.org/wiki/Localization_statistics
And finally, most of you probably already know these, here is the list of changes to messages in period of 2005-05-01 to 2005-05-07.
Removed:
-'groups-lookup-group' -'groups-group-edit' -'editgroup' -'addgroup' -'groups-editgroup' -'groups-addgroup' -'groups-editgroup-preamble' -remainder will be treated as a message name, and hence the text will be localised -using the MediaWiki namespace', -'groups-editgroup-name' -'groups-editgroup-description' -'savegroup' -'groups-tableheader' -'groups-existing' -'groups-noname' -'groups-already-exists' -'addgrouplogentry' -'changegrouplogentry' -'renamegrouplogentry'
-'usenewcategorypage'
=====
Changed:
'rcnote' 'imagelisttext' 'revertpage' 'undeletebtn'
'nbytes' supports {{plural:}} now
=====
Added:
+'members'
+'undeleteextrahelp' +'undeletereset' +'undeletecomment'
+'rightsnone'
+'confirmemail_needlogin'
=====
Renamed and changed:
-'bureaucratlog' to 'rightslog' -'bureaucratlogentry' to 'rightslogentry'
=====
Groups thing was split to 'group name' and 'name of group member' and you can even define the link to every group page:
-'group-anon-name' -'group-anon-desc' -'group-loggedin-name' -'group-loggedin-desc' -'group-admin-name' -'group-admin-desc' -'group-bureaucrat-name' -'group-bureaucrat-desc' -'group-steward-name' -'group-steward-desc'
+'group' +'group-bot' +'group-sysop' +'group-bureaucrat' +'group-steward' +'group-all'
+'group-bot-member' +'group-sysop-member' +'group-bureaucrat-member' +'group-steward-member'
+'grouppage-bot' +'grouppage-sysop' +'grouppage-bureaucrat' -- Niklas Laxström
Thx! This is what we need, especially the "changed" section :)
On 5/8/06, Niklas Laxström niklas.laxstrom@gmail.com wrote:
And finally, most of you probably already know these, here is the list of changes to messages in period of 2005-05-01 to 2005-05-07. ...
Latest changes to code makes possible to use {{plural:}}
It's great!!!
It was so necessary for Russian localization (my work).
I have once added function convertPlural in Language.php, but it could be applied only to {{NUMBEROFARTICLES}}. I planned to program something like ngettext in this summer, but wfMsgExt is more better.
Many thanks!
-- Alexander Sigachov
mediawiki-i18n@lists.wikimedia.org