Last modified: 2005-09-13 18:21:13 UTC
LanguageJa.php is needed to update. for REL1_3: http://meta.wikimedia.org/wiki/LanguageJa_1.3.php for REL1_4: http://meta.wikimedia.org/wiki/LanguageJa.php
1.4.0 released; kicking back to 1.5 blockers.
Use $fooJa = array() + $fooEn; when the translation you supply is incomplete, like in the case of $wgSkinNamesJa, getSysopSpecialPages() and getDeveloperSpecialPages() should also not be there.
Removed bug 1002 as a blocker.
What's the status?
We are finally cleaning the translation and testing on HEAD. I'll submit LanguageJa.php for HEAD and for 1.5 ASAP.
Created attachment 883 [details] LanguageJa.php (HEAD) Compatible with Language.php #1.678 Tested at http://test.wikipedia.jp/ Modified: $wgAllMessagesJa ... All messages are now translated $wgDateFormatsJa ... ISO format added LanguageJa::date() ... ditto LanguageJa::time() ... ditto LanguageJa::timeanddate() ... Changed $format's default value to true as Language.php's.
Created attachment 884 [details] LanguageJa.php (REL1_5) Compatible with Language.php #1.633.2.9 Tested at http://test15.wikipedia.jp/ Modified: same as HEAD
Both files have been committed.