Skip to content

Commit 1809ead

Browse files
Ismaestroiramos
authored andcommitted
feat(tranlate): add translate script
1 parent 72bdd21 commit 1809ead

File tree

18 files changed

+1858
-1300
lines changed

18 files changed

+1858
-1300
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ npm run build | Build the app for production
5454
npm run build:library | Build the library
5555
npm run lint | Run the linter (tslint)
5656
npm run ci | Execute linter and tests
57-
npm run extract | Generate all json files with the translations in assets folder
57+
npm run translate | Generate all json files with the translations in assets folder and translate all keys remaining
5858
npm run deploy | Build the app and deploy dist folder to Github pages (angular-cli-ghpages) (fork to do this and remove CNAME file)
5959
npm run bundle-report | Build and run webpack-bundle-analyzer over stats json, really cool :)
6060
npm run release | Create a new release using standard-version
@@ -68,6 +68,7 @@ npm run update | Update the project dependencies with ng update
6868
* Custom loading page
6969
* Modal and toasts (snakbar)!
7070
* Internationalization with ng-translate and ngx-translate-extract. Also use cache busting for translation files with [webpack translate loader](https://github.com/ngx-translate/http-loader#angular-cliwebpack-translateloader-example)
71+
* Automatic translate script with Google Translate :D
7172
* Lazy loading modules
7273
* Service Workers
7374
* Dynamic Imports

0 commit comments

Comments
 (0)