update messages.pot
This commit is contained in:
parent
fe4c284858
commit
ea25c49eb9
1495
messages.pot
1495
messages.pot
File diff suppressed because it is too large
Load Diff
|
@ -2,13 +2,13 @@
|
|||
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'`
|
||||
-L PHP -o $TEMPLATE *.php `find classes plugins include -iname '*.php' -type f -not -path '*/vendor/*'`
|
||||
|
||||
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'`
|
||||
-kngettext:1,2 -L Java -j -o $TEMPLATE `find js plugins -iname '*.js' -type f -not -path '*/vendor/*'`
|
||||
|
||||
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' -type f -not -path '*/vendor/*'`
|
||||
|
||||
# leave weblate to deal with .po/.mo files
|
||||
exit 0
|
||||
|
|
Loading…
Reference in New Issue