Adapt gettext extract command
This commit is contained in:
parent
210ba18ce2
commit
00ea1eb5ce
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
"test": "karma start",
|
||||
"acceptance": "testcafe \"chromium:headless --disable-dev-shm-usage\" --selector-timeout 5000 -S -s tests/screenshots tests/acceptance",
|
||||
"acceptance-firefox": "testcafe firefox:headless --selector-timeout 5000 -S -s tests/screenshots tests/acceptance",
|
||||
"gettext-extract": "gettext-extract --attribute v-translate --output src/resources/translations.pot $(find src/ -type f -name '*.vue')",
|
||||
"gettext-extract": "gettext-extract --output src/resources/translations.pot $(find src/ -type f -name '*.vue')",
|
||||
"gettext-compile": "gettext-compile --output src/resources/translations.json src/resources/*.po"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue