port all time formats from retail

i may restruct this in future, or even make a lib, because i dont like to have custom locales mixed in here
This commit is contained in:
NoM0Re
2025-02-09 20:46:36 +01:00
parent 1ed8242c53
commit 75eb0fd437
14 changed files with 842 additions and 13 deletions
+27
View File
@@ -1515,3 +1515,30 @@ L["Shadow"] = "暗影"
L["Subtlety"] = "敏銳"
L["Survival"] = "生存"
L["Unholy"] = "穢邪"
L["SHORTDATE_EU"] = "%1$d/%2$d/%3$02d"
L["D_SECONDS"] = "%d秒"
L["SECONDS_ABBR"] = "%d秒"
L["SECOND_ONELETTER_ABBR"] = "%d秒"
L["D_MINUTES"] = "%d分鐘"
L["MINUTES_ABBR"] = "%d分鐘"
L["MINUTE_ONELETTER_ABBR"] = "%d分"
L["D_HOURS"] = "%d小時"
L["HOURS_ABBR"] = "%d小時"
L["HOUR_ONELETTER_ABBR"] = "%d小時"
L["D_DAYS"] = "%d天"
L["DAYS_ABBR"] = "%d天"
L["DAY_ONELETTER_ABBR"] = "%d天"
L["LESS_THAN_OPERAND"] = "< %s"
L["TIME_UNIT_DELIMITER"] = " "
L["HOURS_MINUTES_SECONDS"] = "%.2d:%.2d:%.2d"
L["MINUTES_SECONDS"] = "%.2d:%.2d"
L["SHORTDATE"] = "%2$d-%1$02d-%3$02d"
L["SHORTDATENOYEAR"] = "%2$d/%1$02d"
L["SHORTDATENOYEAR_EU"] = "%1$d/%2$d"
L["DECIMAL_SEPERATOR"] = "."
L["SECOND_NUMBER_CAP"] = ""
L["FIRST_NUMBER_CAP"] = ""
L["FIRST_NUMBER_CAP_NO_SPACE"] = ""
L["FOURTH_NUMBER_CAP_NO_SPACE"] = "T"
L["SECOND_NUMBER_CAP_NO_SPACE"] = ""
L["THIRD_NUMBER_CAP_NO_SPACE"] = "B"