mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-08 15:18:58 +08:00
1. Changes default email format to llll (eg: Tue, May 8, 2018 2:00 AM) from 2018-05-08T00:00:00Z UTC which is not nice on the eyes 2. Adds `discourse_local_dates_email_timezone` which allows configuring default timezone in emails 3. Improved help text on site settings (format / timezone) --------- Co-authored-by: Gary Pendergast <gary@pento.net>
20 lines
511 B
YAML
20 lines
511 B
YAML
plugins:
|
|
discourse_local_dates_email_timezone:
|
|
default: "Etc/UTC"
|
|
client: true
|
|
area: "localization"
|
|
discourse_local_dates_email_format:
|
|
default: "llll z"
|
|
client: true
|
|
discourse_local_dates_enabled:
|
|
default: true
|
|
client: true
|
|
area: "localization"
|
|
discourse_local_dates_default_formats:
|
|
default: "LLL|LTS|LL|LLLL"
|
|
client: true
|
|
type: list
|
|
discourse_local_dates_default_timezones:
|
|
default: "Europe/Paris|America/Los_Angeles"
|
|
client: true
|
|
type: list
|