]> git.sur5r.net Git - bacula/bacula/commitdiff
bweb: add doc for translation
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 11 Nov 2009 17:12:05 +0000 (18:12 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 11 Nov 2009 17:12:05 +0000 (18:12 +0100)
gui/bweb/lang/README.translations [new file with mode: 0644]

diff --git a/gui/bweb/lang/README.translations b/gui/bweb/lang/README.translations
new file mode 100644 (file)
index 0000000..5d2d5fe
--- /dev/null
@@ -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 <lang>
+
+* To add a new language to bweb
+ mkdir -p lang/<lang>/tpl
+
+
+