forked from nutomic/joinpeertube
Update i18n command
This commit is contained in:
parent
9273b12dd2
commit
79cd60fc6a
1 changed files with 1 additions and 1 deletions
|
@ -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 -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": {
|
"dependencies": {
|
||||||
"axios": "^0.19.0",
|
"axios": "^0.19.0",
|
||||||
|
|
Loading…
Reference in a new issue