summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-26 14:50:12 +0300
committerAndrew Dolgov <[email protected]>2021-02-26 14:50:12 +0300
commitbf9033beb6770688c05046e8999735205b439df8 (patch)
tree40929707408d47f659f3bfdd83a15b6bb7d4f7cd /utils
parent167c9fc34ef323d1bbc99cf13094a122eac28e12 (diff)
rebase-translations: disable everything except for messages.pot
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 9fe5e838f..2bc42c7eb 100755
--- a/utils/rebase-translations.sh
+++ b/utils/rebase-translations.sh
@@ -10,6 +10,9 @@ xgettext --from-code utf-8 -k__ -kNotify.info -kNotify.error -kNotify.progress \
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'`
+# leave weblate to deal with .po/.mo files
+exit 0
+
update_lang() {
if [ -f $1.po ]; then
msgmerge --no-wrap --width 1 -U $1.po $TEMPLATE