rebase-translations: disable everything except for messages.pot
This commit is contained in:
parent
167c9fc34e
commit
bf9033beb6
|
@ -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 \
|
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'`
|
-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() {
|
update_lang() {
|
||||||
if [ -f $1.po ]; then
|
if [ -f $1.po ]; then
|
||||||
msgmerge --no-wrap --width 1 -U $1.po $TEMPLATE
|
msgmerge --no-wrap --width 1 -U $1.po $TEMPLATE
|
||||||
|
|
Loading…
Reference in New Issue