summaryrefslogtreecommitdiff
path: root/scripts/update_pot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update_pot.sh')
-rw-r--r--scripts/update_pot.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/update_pot.sh b/scripts/update_pot.sh
new file mode 100644
index 000000000..f3526d514
--- /dev/null
+++ b/scripts/update_pot.sh
@@ -0,0 +1,3 @@
+cd `dirname $0`
+cd ..
+xgettext --from-code=UTF-8 --default-domain=laconica --output=locale/laconica.pot --language=PHP --join-existing actions/*.php classes/*.php lib/*.php scripts/*.php