aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installer/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docs/installer/update.sh')
-rwxr-xr-xdocs/installer/update.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/installer/update.sh b/docs/installer/update.sh
new file mode 100755
index 00000000..68926115
--- /dev/null
+++ b/docs/installer/update.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+POFILE=$1
+
+echo -n $1".po: "
+msgmerge --update $1.po help.pot && \
+msgfmt -o /dev/null --statistics --check $1.po