summaryrefslogtreecommitdiff
path: root/update-translations.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update-translations.sh')
-rwxr-xr-xupdate-translations.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-translations.sh b/update-translations.sh
index 7584d36..c653f90 100755
--- a/update-translations.sh
+++ b/update-translations.sh
@@ -1,7 +1,7 @@
#!/bin/sh
TEMPLATE=time_to_read.pot
-xgettext -kP__:2 -L PHP -o $TEMPLATE *.php
+xgettext -k__ -L PHP -o $TEMPLATE *.php
xgettext -k__ -L Java -j -o $TEMPLATE *.js
update_lang() {