]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl update to use the new gettext method
authorEric Bollengier <eric@eb.homelinux.org>
Sat, 22 Dec 2007 16:30:08 +0000 (16:30 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sat, 22 Dec 2007 16:30:08 +0000 (16:30 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6095 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/po/README.translations [new file with mode: 0644]

diff --git a/gui/bweb/po/README.translations b/gui/bweb/po/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
+
+
+