mirror of
https://github.com/0x5eal/chrono-lc.git
synced 2024-12-12 12:50:36 +00:00
49 lines
509 B
JSON
49 lines
509 B
JSON
|
{
|
||
|
"short_months": [
|
||
|
"janv",
|
||
|
"févr",
|
||
|
"mars",
|
||
|
"avr",
|
||
|
"mai",
|
||
|
"juin",
|
||
|
"juil",
|
||
|
"août",
|
||
|
"sept",
|
||
|
"oct",
|
||
|
"nov",
|
||
|
"déc"
|
||
|
],
|
||
|
"long_months": [
|
||
|
"janvier",
|
||
|
"février",
|
||
|
"mars",
|
||
|
"avril",
|
||
|
"mai",
|
||
|
"juin",
|
||
|
"juillet",
|
||
|
"août",
|
||
|
"septembre",
|
||
|
"octobre",
|
||
|
"novembre",
|
||
|
"décembre"
|
||
|
],
|
||
|
"short_weekdays": [
|
||
|
"lun",
|
||
|
"mar",
|
||
|
"mer",
|
||
|
"jeu",
|
||
|
"ven",
|
||
|
"sam",
|
||
|
"dim"
|
||
|
],
|
||
|
"long_weekdays": [
|
||
|
"lundi",
|
||
|
"mardi",
|
||
|
"mercredi",
|
||
|
"jeudi",
|
||
|
"vendredi",
|
||
|
"samedi",
|
||
|
"dimanche"
|
||
|
]
|
||
|
}
|