summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-26 13:03:33 +0300
committerAndrew Dolgov <[email protected]>2021-02-26 13:03:33 +0300
commit2a0b3a161c31006679b47680829f751fbfe7ca20 (patch)
tree7c5a18521eb935d3a94212e1859c49312676d0ab /utils
parentab0bf8692d1998bcc9be553576078829d5ed698e (diff)
rebase-translations: try only dealing with messages.pot, let weblate rebuild .po files
Diffstat (limited to 'utils')
-rwxr-xr-xutils/rebase-translations.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/rebase-translations.sh b/utils/rebase-translations.sh
index c1034b97d..8eb04818f 100755
--- a/utils/rebase-translations.sh
+++ b/utils/rebase-translations.sh
@@ -7,6 +7,8 @@ xgettext -kT_sprintf -kT_nsprintf:1,2 -k_ngettext:1,2 -kT_ngettext:1,2 -k__ \
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
+
update_lang() {
if [ -f $1.po ]; then
msgmerge --no-wrap --width 1 -U $1.po $TEMPLATE