6 lines
162 B
Bash
6 lines
162 B
Bash
|
#!/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
|