nsure
Version:
nsure is a JS class that allows deep testing/sanitation, modification chains and model generation of objects.
36 lines (34 loc) • 584 B
JavaScript
// ----------------[[[ pages
var language = {
en: {
sitename: 'nsure !',
p404: 'page not found',
pagenames: {
home: 'check and manipulate deep objects with function chains',
404: '404'
},
navi: {
home: 'home'
},
avatar: 'Avatar',
country: {
country: 'Country',
germany: 'Germany'
},
languages: {
languages: 'Language',
german: 'German',
english: 'English',
},
home: {
home: 'home',
rules: 'rules',
data: 'data',
result: 'result',
status: 'status',
run: 'run',
model: 'model'
}
}
};
module.exports = language;