[#499] changed russian translations and changed way standalone months are handled (#506)

This commit is contained in:
Camille Moussu
2026-02-05 11:05:02 +01:00
committed by GitHub
parent 2d8196fc8e
commit c1f50b8719
5 changed files with 79 additions and 21 deletions
+16
View File
@@ -291,5 +291,21 @@
"startTime": "Start Time",
"endDate": "End Date",
"endTime": "End Time"
},
"months": {
"standalone": {
"0": "January",
"1": "February",
"2": "March",
"3": "April",
"4": "May",
"5": "June",
"6": "July",
"7": "August",
"8": "September",
"9": "October",
"10": "November",
"11": "December"
}
}
}