Add i18n completion tool.
This commit is contained in:
@@ -11,7 +11,9 @@
|
||||
"build-prod-fr": "ng build --configuration=production-fr --base-href /fr/",
|
||||
"watch": "ng build --watch --configuration development",
|
||||
"test": "ng test",
|
||||
"i18n": "ng extract-i18n --output-path src/locale --format=json"
|
||||
"i18n": "npm run i18n-ng-extraction && npm run i18n-fr-file-completion",
|
||||
"i18n-ng-extraction": "ng extract-i18n --output-path src/locale --format=json",
|
||||
"i18n-fr-file-completion": "cd ../ci/i18n-completer && npm start && cd -"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user