diff options
Diffstat (limited to 'po/POTgen.sh')
-rwxr-xr-x | po/POTgen.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/po/POTgen.sh b/po/POTgen.sh new file mode 100755 index 000000000..15fc85677 --- /dev/null +++ b/po/POTgen.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +cd .. +grep "_(" -Irl src | sort >po/POTFILES.in |