Adapt gettext extract command

This commit is contained in:
Theresa Gresch 2019-12-09 19:10:45 +01:00
parent 210ba18ce2
commit 00ea1eb5ce

View file

@ -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": {