17 lines
259 B
JSON
17 lines
259 B
JSON
{
|
|
"app": {
|
|
"test": "test-en"
|
|
},
|
|
"home": {
|
|
"home": "home"
|
|
},
|
|
"langs": [{
|
|
"value": "fr",
|
|
"text": "French"
|
|
},
|
|
{
|
|
"value": "en",
|
|
"text": "English"
|
|
}
|
|
]
|
|
} |