From 188e96a99c701ad73496a55082c634eda903cecc Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 11 Nov 2009 18:12:05 +0100 Subject: [PATCH] bweb: add doc for translation --- gui/bweb/lang/README.translations | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 gui/bweb/lang/README.translations 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 + + + -- 2.39.5