easy-18in/example/json/locale-en.json

26 lines
439 B
JSON

{
"alpha": {
"first": "example translation",
"second": "another translation"
},
"beta": {
"title": "some title",
"nested": {
"title": "some nested title"
}
},
"gamma": {
"title": "gamma title",
"array": {
"simple": [
"first element",
"second element"
],
"escaped": [
"first;element",
"second element",
"third;element"
]
}
}
}