Merge "Create .pot message file under ./i18n"

This commit is contained in:
Jenkins 2017-01-26 13:33:40 +00:00 committed by Gerrit Code Review
commit f3bd97eeeb
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
"start": "webpack-dev-server --progress",
"test": "karma start --single-run",
"test:watch": "karma start",
"json2pot": "rip json2pot ./i18n/extracted-messages/**/*.json -o ./messages.pot",
"json2pot": "rip json2pot ./i18n/extracted-messages/**/*.json -o ./i18n/messages.pot",
"po2json": "rip po2json -m ./i18n/extracted-messages/**/*.json"
},
"repository": {