docs(i18n): add internationalization (i18n) guide (#2491)

* docs(i18n): add internationalization (i18n) guide

* docs(cb-i18n): revamped to System.import the translation file
This commit is contained in:
Ward Bell
2016-09-29 11:15:55 -07:00
committed by GitHub
parent 64d5b3dc23
commit e6199a8dfb
27 changed files with 590 additions and 5 deletions
+2 -1
View File
@@ -20,7 +20,8 @@
"test:webpack": "karma start karma.webpack.conf.js",
"build:webpack": "rimraf dist && webpack --config config/webpack.prod.js --bail",
"build:cli": "ng build",
"build:aot": "ngc -p tsconfig-aot.json && rollup -c rollup.js"
"build:aot": "ngc -p tsconfig-aot.json && rollup -c rollup.js",
"extract": "ng-xi18n"
},
"keywords": [],
"author": "",