Translations: Exclude false positive i18n extract #662

This commit is contained in:
Michael Mayer 2020-12-10 18:20:50 +01:00
parent ab69ee0f86
commit e0324cc082
2 changed files with 1 additions and 10 deletions

View file

@ -15,7 +15,7 @@
"acceptance": "testcafe \"chromium:headless --disable-dev-shm-usage\" --skip-js-errors --selector-timeout 5000 -S -s tests/screenshots tests/acceptance",
"acceptance-firefox": "testcafe firefox:headless --skip-js-errors --selector-timeout 5000 -S -s tests/screenshots tests/acceptance",
"acceptance-local": "testcafe chrome --selector-timeout 5000 -S -s tests/screenshots tests/acceptance",
"gettext-extract": "gettext-extract --output src/locales/translations.pot $(find src -type f \\( -iname \\*.vue -o -iname \\*.js \\))",
"gettext-extract": "gettext-extract --output src/locales/translations.pot $(find src -type f \\( -iname \\*.vue -o -iname \\*.js \\) -not -path src/common/vm.js)",
"gettext-compile": "gettext-compile --output src/locales/translations.json src/locales/*.po"
},
"dependencies": {

View file

@ -1189,15 +1189,6 @@ msgstr ""
msgid "Move Files"
msgstr ""
#: src/common/vm.js:8
#: src/common/vm.js:9
#: src/common/vm.js:12
#: src/common/vm.js:13
msgid "msgid"
msgid_plural "plural"
msgstr[0] ""
msgstr[1] ""
#: src/component/photo/list.vue:33
#: src/dialog/account/edit.vue:359
#: src/dialog/album/edit.vue:105