aboutsummaryrefslogtreecommitdiffstats
path: root/po/po.sh
diff options
context:
space:
mode:
Diffstat (limited to 'po/po.sh')
-rwxr-xr-xpo/po.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/po/po.sh b/po/po.sh
new file mode 100755
index 0000000..8392213
--- /dev/null
+++ b/po/po.sh
@@ -0,0 +1,4 @@
+for i in `ls *.po`
+do
+msgmerge $i isodumper.pot -o $i
+done