change i18n keys to new format

This commit is contained in:
Josh Hawkins 2025-04-22 15:56:45 -05:00
parent be46c30daf
commit 5606f09e44

View File

@ -41,22 +41,34 @@
"second_one": "{{time}} second", "second_one": "{{time}} second",
"second_other": "{{time}} seconds", "second_other": "{{time}} seconds",
"formattedTimestamp": { "formattedTimestamp": {
"12hour": "%b %-d, %I:%M:%S %p", "12hour": "MMM d, h:mm:ss aaa",
"24hour": "%b %-d, %H:%M:%S" "24hour": "MMM d, HH:mm:ss"
}, },
"formattedTimestamp2": { "formattedTimestamp2": {
"12hour": "%m/%d %I:%M:%S%P", "12hour": "MM/dd h:mm:ssa",
"24hour": "%d %b %H:%M:%S" "24hour": "d MMM HH:mm:ss"
}, },
"formattedTimestampExcludeSeconds": { "formattedTimestampHourMinute": {
"12hour": "%b %-d, %I:%M %p", "12hour": "h:mm aaa",
"24hour": "%b %-d, %H:%M" "24hour": "HH:mm"
}, },
"formattedTimestampWithYear": { "formattedTimestampHourMinuteSecond": {
"12hour": "%b %-d %Y, %I:%M %p", "12hour": "h:mm:ss aaa",
"24hour": "%b %-d %Y, %H:%M" "24hour": "HH:mm:ss"
}, },
"formattedTimestampOnlyMonthAndDay": "%b %-d" "formattedTimestampMonthDayHourMinute": {
"12hour": "MMM d, h:mm aaa",
"24hour": "MMM d, HH:mm"
},
"formattedTimestampMonthDayYearHourMinute": {
"12hour": "MMM d yyyy, h:mm aaa",
"24hour": "MMM d yyyy, HH:mm"
},
"formattedTimestampMonthDay": "MMM d",
"formattedTimestampFilename": {
"12hour": "MM-dd-yy-h-mm-ss-a",
"24hour": "MM-dd-yy-HH-mm-ss"
}
}, },
"unit": { "unit": {
"speed": { "speed": {