Trip translations

This commit is contained in:
Chocobozzz 2019-10-23 15:39:55 +02:00
parent 1c8a20732b
commit cce225e4c7
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 708 additions and 1626 deletions

View file

@ -7,7 +7,7 @@
"build": "vue-cli-service build", "build": "vue-cli-service build",
"lint": "vue-cli-service lint", "lint": "vue-cli-service lint",
"analyze-bundle": "npm run build -- --report-json && webpack-bundle-analyzer ./dist/report.json", "analyze-bundle": "npm run build -- --report-json && webpack-bundle-analyzer ./dist/report.json",
"i18n:generate": "rm src/locale/en_US/LC_MESSAGES/app.po && make clean && make makemessages && make translations" "i18n:generate": "rm -f src/locale/en_US/LC_MESSAGES/app.po && make clean && make makemessages && make translations"
}, },
"dependencies": { "dependencies": {
"axios": "^0.19.0", "axios": "^0.19.0",

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long