# HG changeset patch # User Christophe Lincoln # Date 1301962178 -7200 # Node ID 1d93d0dcddb1f3254befa871f0a976175e4f269f # Parent e253a2bbbe4422c4c0b7e8189077089dbde048c2 README add info on new translation diff -r e253a2bbbe44 -r 1d93d0dcddb1 README --- a/README Tue Apr 05 02:07:16 2011 +0200 +++ b/README Tue Apr 05 02:09:38 2011 +0200 @@ -12,7 +12,15 @@ TazPanel have been coded from the beginning with gettext support. Please forget 'echo' and use gettext, but remember that gettext "" is equivalent to echo -n. Each script have it own TEXTDOMAIN and pot files as well as -translation goes in the po/ folder. +translation goes in the po/ folder. To start a new translation please +use msginit from the pot file directory. Example for French/France +locale (fr_FR): + + $ msginit -l fr_FR -o fr.po -i tazpanel.pot + +To update all translations from a newly updated the pot file: + + $ make msgmerge User interface