fix incorrect ordinal translations

This commit is contained in:
MaysWind
2026-03-21 00:49:21 +08:00
parent 89199eed8b
commit 91cdffa9a6
+3 -3
View File
@@ -250,7 +250,7 @@
"long": "December" "long": "December"
}, },
"monthDayOrdinal": { "monthDayOrdinal": {
"1": "1th", "1": "1st",
"2": "2nd", "2": "2nd",
"3": "3rd", "3": "3rd",
"4": "4th", "4": "4th",
@@ -270,7 +270,7 @@
"18": "18th", "18": "18th",
"19": "19th", "19": "19th",
"20": "20th", "20": "20th",
"21": "21th", "21": "21st",
"22": "22nd", "22": "22nd",
"23": "23rd", "23": "23rd",
"24": "24th", "24": "24th",
@@ -280,7 +280,7 @@
"28": "28th", "28": "28th",
"29": "29th", "29": "29th",
"30": "30th", "30": "30th",
"31": "31th" "31": "31st"
}, },
"quarter": { "quarter": {
"q1": "Q1", "q1": "Q1",