summaryrefslogtreecommitdiffstats
path: root/share/extensions/other/gcodetools/genpofiles.sh
diff options
context:
space:
mode:
Diffstat (limited to 'share/extensions/other/gcodetools/genpofiles.sh')
-rwxr-xr-xshare/extensions/other/gcodetools/genpofiles.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/share/extensions/other/gcodetools/genpofiles.sh b/share/extensions/other/gcodetools/genpofiles.sh
new file mode 100755
index 0000000..5106c52
--- /dev/null
+++ b/share/extensions/other/gcodetools/genpofiles.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+OLDPATH=`pwd`
+
+cd ../..
+find share/extensions -name "*.inx" | sort | xargs -n 1 printf "[type: gettext/xml] %s\n"
+cd ${OLDPATH}