Setting MultiLanguage using Typescript : adding i18n.d.ts for the compiler
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
const messages = {
|
||||
it: {
|
||||
comp:{
|
||||
Conta: "Conta",
|
||||
},
|
||||
msg: {
|
||||
hello: 'Buongiorno',
|
||||
myAppName: 'FreePlanet',
|
||||
@@ -51,7 +54,10 @@ const messages = {
|
||||
uscito: 'Sei Uscito',
|
||||
},
|
||||
},
|
||||
enUs: {
|
||||
enUk: {
|
||||
comp:{
|
||||
Conta: "Count",
|
||||
},
|
||||
msg: {
|
||||
hello: 'Hello!',
|
||||
myAppName: 'FreePlanet',
|
||||
|
||||
Reference in New Issue
Block a user