mirror of
https://github.com/discourse/discourse.git
synced 2025-03-12 16:15:31 +08:00

This commit adds a new Localization config page for admins, as a basic filtered site setting page similar to Legal and Notifications. Included settings are: * default locale * allow user locale * set locale from accept langauge header * onebox locale * display local time in user card * discourse local dates enabled * support mixed text direction * unicode usernames * allowed unicode username characters
7 lines
671 B
YAML
7 lines
671 B
YAML
en:
|
|
site_settings:
|
|
discourse_local_dates_enabled: "Enable the discourse-local-dates feature. This will add support to local timezone aware dates in posts using the [date] element"
|
|
discourse_local_dates_default_formats: "Frequently used date time formats, see: <a target='_blank' rel='noopener' href='https://momentjs.com/docs/#/parsing/string-format/'>momentjs string format</a>"
|
|
discourse_local_dates_default_timezones: "Default list of timezones, must be a valid <a target='_blank' rel='noopener' href='https://en.wikipedia.org/wiki/List_of_tz_database_time_zones'>TZ</a>"
|
|
discourse_local_dates_email_format: "Format used to display a date in emails"
|