From: Eric Bollengier Date: Wed, 11 Nov 2009 17:12:05 +0000 (+0100) Subject: bweb: add doc for translation X-Git-Tag: Release-5.0.0~261 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=188e96a99c701ad73496a55082c634eda903cecc;p=bacula%2Fbacula bweb: add doc for translation --- diff --git a/gui/bweb/lang/README.translations b/gui/bweb/lang/README.translations new file mode 100644 index 0000000000..5d2d5fe508 --- /dev/null +++ b/gui/bweb/lang/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 + + +