1st commit

This commit is contained in:
2025-07-01 11:09:51 +02:00
commit 2d3e33d643
787 changed files with 185055 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"optionid":"dayofweek_fr",
"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"
},
"Tuesday": {
"title": "Mardi"
},
"Wednesday": {
"title": "Mercredi"
},
"Thursday": {
"title": "Jeudi"
},
"Friday": {
"title": "Vendredi"
},
"Saturday": {
"title": "Samedi"
},
"Sunday": {
"title": "Dimanche"
}
}
}