tazirc diff README @ rev 3

Add tazirc-lb - SliTaz IRC Log Bot
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jan 14 21:38:51 2014 +0100 (2014-01-14)
parents 533ffcc81327
children 9238434166c4
line diff
     1.1 --- a/README	Tue Jan 14 19:02:33 2014 +0000
     1.2 +++ b/README	Tue Jan 14 21:38:51 2014 +0100
     1.3 @@ -47,5 +47,18 @@
     1.4  use the --dest= option to set the output logs path.
     1.5  
     1.6  
     1.7 +Translation
     1.8 +-----------
     1.9 +To start a new translation please use msginit from the pot file directory.
    1.10 +Example for French/France locale (fr_FR):
    1.11 +
    1.12 +	$ msginit -l fr_FR -o fr.po -i tazbox.pot
    1.13 +	
    1.14 +To update all pot files when some new strings have been added (mainly for
    1.15 +developers before commit) and to update all translations from the pot file:
    1.16 +
    1.17 +	$ make pot && make msgmerge
    1.18 +
    1.19 +
    1.20  ================================================================================
    1.21