Primo Committ
This commit is contained in:
19
src/i18n.js
Normal file
19
src/i18n.js
Normal 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;
|
||||
Reference in New Issue
Block a user