[ACA-2239] initial localisation support for AOS extension (#988)

* setup i18n for aos extension

* translate action names, generic icon

* unit tests and bug fixes

* use AOS testing with CI
This commit is contained in:
Denys Vuika
2019-03-05 12:50:16 +00:00
committed by GitHub
parent 31a0dae59e
commit 0b60514a01
10 changed files with 268 additions and 20 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"build": "npm run build.extensions && npm run build.app -- --prod",
"build.e2e": "npm run build.extensions && npm run build.app -- --prod --configuration=e2e",
"test": "ng test app --code-coverage",
"test:ci": "npm run build.extensions && ng test app --code-coverage --watch=false",
"test:ci": "npm run build.extensions && ng test adf-office-services-ext --watch=false && ng test app --code-coverage --watch=false",
"lint": "ng lint && npm run spellcheck && npm run format:check",
"wd:update": "webdriver-manager update --gecko=false",
"e2e": "npm run wd:update && protractor --baseUrl=http://localhost:4000",