Hello. Where do we add those translation? To the individual extensions? Thx, IRL.
On 7/1/06, Rotem Liss <[EMAIL PROTECTED]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Extension messages can now be translated. To add localized messages to > an extension, add a second parameter to the call to > MessageCache::addMessages, which includes the language code (the default > value is 'en'). > > For example, old style: > > $wgMessageCache->addMessages( array( 'custom' => 'custom message' ) ); > > New style: > > $wgMessageCache->addMessages( array( 'custom' => 'custom message' ), 'en' ); > > etc. > > You are welcome to translate each extension, especially those which are > used in Wikimedia sites (a list is available in Special:Version), into > your language. _______________________________________________ Mediawiki-i18n mailing list [email protected] http://mail.wikipedia.org/mailman/listinfo/mediawiki-i18n
