Update i18n command

This commit is contained in:
Chocobozzz 2019-11-19 09:29:11 +01:00
parent 9273b12dd2
commit 79cd60fc6a
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

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