From cb512d653c30ad21ccc2fe776efd871286c6a87a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 26 Feb 2021 13:07:31 +0300 Subject: match a few more translated strings --- utils/rebase-translations.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils') 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 @@ -4,6 +4,9 @@ TEMPLATE=messages.pot 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'` -- cgit v1.2.3