gnu-social/locale/fr_FR
Mike Cochrane 6d83130f32 The first translation of laconica, fr_FR translation from Florian Biree <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
2008-07-14 05:14:48 -04:00
..
LC_MESSAGES The first translation of laconica, fr_FR translation from Florian Biree <florian at biree.name>. Thanks :-) 2008-07-14 05:14:48 -04:00