]> git.sur5r.net Git - bacula/bacula/blob - gui/bweb/lang/README.translations
bweb: Update some GPL2 notice to AGPL
[bacula/bacula] / gui / bweb / lang / README.translations
1
2 Notes about Bweb translations.
3 ------------------------------
4
5 bweb/tpl/ contains special template files where each strings are
6 like __My string with lots of things__.
7
8 They are used to generate translated tpl files.
9
10 * To update the list of all strings (po/bweb.pot):
11  cd po ; make gen-pot
12
13 * To create a new language
14  cd po ; msginit -l <lang>
15
16 * To add a new language to bweb
17  mkdir -p lang/<lang>/tpl
18
19
20