-----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.
- -- #define Name RotemLiss #define Mail mailSTRUDELrotemlissDOTcom #define Site www.rotemliss.com
#define KeyFingerPrint 4AFD 8579 A449 4267 BED9 38E5 6EF8 5B1F EBDE 7AC0
Hello. Where do we add those translation? To the individual extensions?
Thx, IRL.
On 7/1/06, Rotem Liss mail@rotemliss.com 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.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Ivan R. Lanin wrote:
Hello. Where do we add those translation? To the individual extensions?
Thx, IRL.
Yes.
- -- #define Name RotemLiss #define Mail mailSTRUDELrotemlissDOTcom #define Site www.rotemliss.com
#define KeyFingerPrint 4AFD 8579 A449 4267 BED9 38E5 6EF8 5B1F EBDE 7AC0
Please give us sample for translating for the following extensions (used in mediawiki projects):
* BoardVote * Cite (Cite.php) * ConfirmEdit (Captcha) * Makebot * SiteMatrix
Thx. IRL.
On 7/1/06, Rotem Liss mail@rotemliss.com wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Ivan R. Lanin wrote:
Hello. Where do we add those translation? To the individual extensions?
Thx, IRL.
Yes.
#define Name RotemLiss #define Mail mailSTRUDELrotemlissDOTcom #define Site www.rotemliss.com
#define KeyFingerPrint 4AFD 8579 A449 4267 BED9 38E5 6EF8 5B1F EBDE 7AC0 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFEpqfJbvhbH+veesARAm6HAJ4pZPoRUAMtNIhFE6ayVuGomrYmHgCgx7kX TMnHbsjQpWElJQKajM0kr6U= =JmFu -----END PGP SIGNATURE----- _______________________________________________ Mediawiki-i18n mailing list Mediawiki-i18n@mail.wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-i18n
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Ivan R. Lanin wrote:
Please give us sample for translating for the following extensions (used in mediawiki projects):
- BoardVote
- Cite (Cite.php)
- ConfirmEdit (Captcha)
- Makebot
- SiteMatrix
Thx. IRL.
Done, although Makebot was reverted in r15286.
- -- #define Name RotemLiss #define Mail mailSTRUDELrotemlissDOTcom #define Site www.rotemliss.com
#define KeyFingerPrint 4AFD 8579 A449 4267 BED9 38E5 6EF8 5B1F EBDE 7AC0
Thx! It's now easier to sync messages between our projects.
On 7/15/06, Rotem Liss mail@rotemliss.com wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Done, although Makebot was reverted in r15286.
#define Name RotemLiss #define Mail mailSTRUDELrotemlissDOTcom #define Site www.rotemliss.com
#define KeyFingerPrint 4AFD 8579 A449 4267 BED9 38E5 6EF8 5B1F EBDE 7AC0 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFEuQmBbvhbH+veesARApKqAKCDZPkEyPB7P65G11/ajeRQasn3lgCg0wX1 TMelzzyWN3vJY3yD7NSPJwE= =sMaY -----END PGP SIGNATURE----- _______________________________________________ Mediawiki-i18n mailing list Mediawiki-i18n@mail.wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-i18n
mediawiki-i18n@lists.wikimedia.org