add ngx translate

This commit is contained in:
Maxime GRIS
2017-12-04 13:52:57 +01:00
parent f4bc5b21bc
commit facda3726d
6 changed files with 42 additions and 12 deletions

7
src/assets/i18n/en.json Normal file
View File

@@ -0,0 +1,7 @@
{
"PAGES": {
"HOME": {
"TITLE": "App works !"
}
}
}