mirror of
https://github.com/discourse/discourse.git
synced 2025-02-05 19:11:13 +00:00
3b2f6e129a
* "English" gets renamed into "English (US)" * "English (UK)" replaces "English" @discourse-translator-bot keep_translations_and_approvals
26 lines
1015 B
YAML
26 lines
1015 B
YAML
en_GB:
|
|
dates:
|
|
# Use Moment.js format string: https://momentjs.com/docs/#/displaying/format/
|
|
short_date_no_year: "D MMM"
|
|
# Use Moment.js format string: https://momentjs.com/docs/#/displaying/format/
|
|
short_date: "D MMM YYYY"
|
|
# Use Moment.js format string: https://momentjs.com/docs/#/displaying/format/
|
|
long_date: "D MMMM YYYY LT"
|
|
|
|
datetime_formats: &datetime_formats
|
|
formats:
|
|
# Format directives: https://ruby-doc.org/core/Time.html#method-i-strftime
|
|
short: "%d-%m-%Y"
|
|
# Format directives: https://ruby-doc.org/core/Time.html#method-i-strftime
|
|
short_no_year: "%-d %B"
|
|
# Format directives: https://ruby-doc.org/core/Time.html#method-i-strftime
|
|
date_only: "%-d %B %Y"
|
|
# Format directives: https://ruby-doc.org/core/Time.html#method-i-strftime
|
|
long: "%-d %B %Y %H:%M"
|
|
# Format directives: https://ruby-doc.org/core/Time.html#method-i-strftime
|
|
no_day: "%B %Y"
|
|
date:
|
|
<<: *datetime_formats
|
|
time:
|
|
<<: *datetime_formats
|