DEV: move chat time formats to core locales (#29236)

This change moves the date/time formats to core locales, so that they can be used outside of the plugin.
This commit is contained in:
David Battersby
2024-10-16 20:10:40 +04:00
committed by GitHub
parent 67b6997306
commit 6e6dbde898
3 changed files with 4 additions and 4 deletions

View File

@@ -25,6 +25,8 @@ en:
# Use Moment.js format string: https://momentjs.com/docs/#/displaying/format/
time: "h:mm a"
# Use Moment.js format string: https://momentjs.com/docs/#/displaying/format/
time_short: "h:mm"
# Use Moment.js format string: https://momentjs.com/docs/#/displaying/format/
time_with_zone: "hh:mm a (z)"
# Use Moment.js format string: https://momentjs.com/docs/#/displaying/format/
time_short_day: "ddd, h:mm a"