summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-26 13:07:31 +0300
committerAndrew Dolgov <[email protected]>2021-02-26 13:07:31 +0300
commitcb512d653c30ad21ccc2fe776efd871286c6a87a (patch)
treeef1c7e5b1f5380309fb785a505efaa9c975a9294 /utils
parent2a0b3a161c31006679b47680829f751fbfe7ca20 (diff)
match a few more translated strings
Diffstat (limited to 'utils')
-rwxr-xr-xutils/rebase-translations.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/rebase-translations.sh b/utils/rebase-translations.sh
index 8eb04818f..564267ab8 100755
--- a/utils/rebase-translations.sh
+++ b/utils/rebase-translations.sh
@@ -5,6 +5,9 @@ xgettext -kT_sprintf -kT_nsprintf:1,2 -k_ngettext:1,2 -kT_ngettext:1,2 -k__ \
-L PHP -o $TEMPLATE *.php `find classes plugins include -iname '*.php'`
xgettext --from-code utf-8 -k__ -kNotify.info -kNotify.error -kNotify.progress \
+ -kngettext:1,2 -L Java -j -o $TEMPLATE `find js plugins -iname '*.js'`
+
+xgettext --from-code utf-8 -k__ -kNotify.info -kNotify.error -kNotify.progress \
-kngettext:1,2 -L JavaScript -j -o $TEMPLATE `find js plugins -iname '*.js'`
exit