30 lines
704 B
JSON
30 lines
704 B
JSON
{
|
|
"title": "Country Code",
|
|
"description": "Country Code and Info",
|
|
"commment": "Alpha-2 country code (ISO 3166-2:XX)",
|
|
"lastupdatedata": "",
|
|
"lst_idx": ["monday","tuesday","wednesday","thursday","friday","saturday","sunday"],
|
|
"itms": {
|
|
"monday": {
|
|
"title": "Lundi"
|
|
},
|
|
"tuesady": {
|
|
"title": "Mardi"
|
|
},
|
|
"wednesday": {
|
|
"title": "Mercredi"
|
|
},
|
|
"thursday": {
|
|
"title": "Jeudi"
|
|
},
|
|
"friday": {
|
|
"title": "Vendredi"
|
|
},
|
|
"saturday": {
|
|
"title": "Samedi"
|
|
},
|
|
"sunday": {
|
|
"title": "Dimanche"
|
|
}
|
|
}
|
|
} |