myei-translatejs
Version:
A JavaScript plugin that makes easy to manage multiple languages on a website
33 lines (25 loc) • 466 B
JavaScript
var lang_en = {
lorem: 'Exercitation velit quis excepteur ea aliquip non. Cupidatat tempor',
congratulations: 'Congratulations!!',
person: {
firstName: 'First name',
countryBirth: 'Country of birth'
},
greetings: {
good: {
morning: 'Good morning',
night: 'Goog night'
}
},
country: {
choose: 'Choose an option'
},
actions: {
confirm: 'Confirm',
delete: 'Delete',
},
appLang: {
spanish: 'Spanish',
english: 'English'
}
};