diff --git a/mambabase/update-translations.sh b/mambabase/update-translations.sh new file mode 100755 index 0000000..94357ae --- /dev/null +++ b/mambabase/update-translations.sh @@ -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