Changes between Version 1 and Version 2 of ZOOTranslation
- Timestamp:
- Sep 29, 2010, 4:44:53 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZOOTranslation
v1 v2 33 33 }}} 34 34 35 Obviously now you'll have to edit the fr_FR.utf8 file with your favorite text editor or using one of the following tools : 36 * [http://www.poedit.net/ poedit] 37 * [http://translate.sourceforge.net/wiki/virtaal/index virtaal] 38 * [https://www.transifex.net/projects/p/grass6/c/grass64/ transifex] 39 35 40 Once the fr_FR.utf8 file exists, you can produce and install the corresponding mo file using the following command : 36 41 37 42 {{{ 38 43 #!sh 39 msgfmt locale/po/fr_FR.utf8 -o /usr/share/locale/fr/ zoo-services.mo44 msgfmt locale/po/fr_FR.utf8 -o /usr/share/locale/fr/LC_MESSAGES/zoo-services.mo 40 45 }}} 41 46