Commit Graph

8 Commits

Author SHA1 Message Date
Evan Prodromou 3fba1d51ce update to translation
darcs-hash:20080827185817-84dde-d6de1bcb00d1e3e49f6e669a921feadb6f27d672.gz
2008-08-27 14:58:17 -04:00
Evan Prodromou 1ba234a9b6 make settings and search menus localisable
darcs-hash:20080817150244-84dde-7f2e4dec226aa9754dfc970386e62076f952db72.gz
2008-08-17 11:02:44 -04:00
Evan Prodromou 4014f8cfef update .pot from source code
darcs-hash:20080803232102-84dde-6a070b8ff0d7fe25b8a69e0e9e4f8caa2c335f9b.gz
2008-08-03 19:21:02 -04:00
Mike Cochrane 9d89e7b4ac Update some gettext strings and number the arguements so life is easier for translators
darcs-hash:20080729080641-533db-560337e226a02dd6fc671f090883d4bedd50eaaa.gz
2008-07-29 04:06:41 -04:00
Mike Cochrane d48609ac51 Update POT file
darcs-hash:20080721123519-533db-d3977a69493f5a57e202c80fd6ecaa2445d111d7.gz
2008-07-21 08:35:19 -04:00
Mike Cochrane 85d9cbe165 Update pot file
darcs-hash:20080717235306-533db-499c63251966a404081c8b0aa1c92a18c28cc27d.gz
2008-07-17 19:53:06 -04:00
Mike Cochrane 9cd39cc058 Update laconica.pot with latest strings
darcs-hash:20080714091337-533db-86af7bdde30397459299e4604ee6f38f473d4b9e.gz
2008-07-14 05:13:37 -04:00
Mike Cochrane 9b4d50202d locale/laconica.pot can be used as a translation template to translate loconica.
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
2008-07-13 02:00:55 -04:00