mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user