From: Eric Bollengier Date: Sat, 22 Dec 2007 16:30:08 +0000 (+0000) Subject: ebl update to use the new gettext method X-Git-Tag: Release-3.0.0~2120 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=95ff7dd39b1dbbc7a5fe16432cb0ba9ee7d79181;p=bacula%2Fbacula ebl update to use the new gettext method git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6095 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bweb/po/README.translations b/gui/bweb/po/README.translations new file mode 100644 index 0000000000..5d2d5fe508 --- /dev/null +++ b/gui/bweb/po/README.translations @@ -0,0 +1,20 @@ + +Notes about Bweb translations. +------------------------------ + +bweb/tpl/ contains special template files where each strings are +like __My string with lots of things__. + +They are used to generate translated tpl files. + +* To update the list of all strings (po/bweb.pot): + cd po ; make gen-pot + +* To create a new language + cd po ; msginit -l + +* To add a new language to bweb + mkdir -p lang//tpl + + +