Age | Commit message (Collapse) | Author |
|
darcs-hash:20080817150244-84dde-7f2e4dec226aa9754dfc970386e62076f952db72.gz
|
|
darcs-hash:20080806161748-84dde-2d2e6a3ed224abfc440fa6dd2533dd6c4b8231d0.gz
|
|
darcs-hash:20080803232102-84dde-6a070b8ff0d7fe25b8a69e0e9e4f8caa2c335f9b.gz
|
|
darcs-hash:20080731033641-84dde-188b32028a6a44ee0582f50b373338ec61593560.gz
|
|
darcs-hash:20080731031652-d018c-23797e9624816572114e2e497e3618d03fac6968.gz
|
|
translators
darcs-hash:20080729080641-533db-560337e226a02dd6fc671f090883d4bedd50eaaa.gz
|
|
darcs-hash:20080721123519-533db-d3977a69493f5a57e202c80fd6ecaa2445d111d7.gz
|
|
darcs-hash:20080719162355-0dc29-8ad0a40a93697853117c4a85c7e3e66bec564abb.gz
|
|
darcs-hash:20080717235306-533db-499c63251966a404081c8b0aa1c92a18c28cc27d.gz
|
|
<florian at biree.name>. Thanks :-)
To test locales add code like this to your index.php:
/* Set locale */
setlocale(LC_ALL, 'fr_FR');
bindtextdomain("laconica", './locale');
bind_textdomain_codeset("laconica", 'UTF-8');
textdomain("laconica");
UI coming soon from someone else for changing your language.
darcs-hash:20080714091448-533db-d87b53ea5c270d41449fb2dfa1c0bd0680262eea.gz
|
|
darcs-hash:20080714091337-533db-86af7bdde30397459299e4604ee6f38f473d4b9e.gz
|
|
I have added an en_NZ translation which has a few of the spelling differences that we have down here.
Until a language interface is created add something like:
/* Set locale */
setlocale(LC_ALL, 'en_NZ');
bindtextdomain("laconica", './locale');
textdomain("laconica");
to index.php to allow you to test your new locale. I used http://www.poedit.net/ to edit the locale. Also see http://nz2.php.net/manual/en/function.setlocale.php#82288 is you're having issues getting you locale to work on linux.
darcs-hash:20080713060055-533db-ad45b43abeeab1e2b4326b15597c4f67ea921a56.gz
|