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",
|
||||
"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",
|
||||
|
|
Loading…
Reference in a new issue