Primo Committ

This commit is contained in:
paolo
2018-10-12 16:42:54 +02:00
commit a2673c0502
69 changed files with 13197 additions and 0 deletions

19
src/i18n.js Normal file
View File

@@ -0,0 +1,19 @@
const messages = {
enUs: {
msg: {
hello: 'Hello!',
myAppName: 'FreePlanet',
myDescriz: 'The first Free app for Everyone'
}
},
it: {
msg: {
hello: 'Buongiorno!',
myAppName: 'FreePlanet',
myDescriz: 'La prima App Libera e per Tutti'
}
}
};
export default messages;