mambabase: add update-translations.sh but it is not working yet

(need to remember where I made a working one)
This commit is contained in:
Silvan Calarco 2014-09-16 23:30:54 +02:00
parent 084960e8ee
commit 212511eb46

View File

@ -0,0 +1,5 @@
#!/bin/bash
# not working yet
kmdr2po mambabase.kmdr > mambabase.po
xgettext -s -o - mambabase.sh > mambabase.sh.po
msgmerge mambabase.sh.po po/it.po > po/it.pot