mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 15:54:48 -05:00
FEATURE: Optionally show local time for user in card (#9527)
This adds a site setting (default off) to optionally show a user's local time and timezone in their user card. For example, I live in Brisbane, and if at 3:30PM my time I were to open a user who lives in California's card I would see 22:30 (PST).
This commit is contained in:
@@ -27,6 +27,7 @@ tr_TR:
|
||||
millions: "{{number}}M"
|
||||
dates:
|
||||
time: "h:mm a"
|
||||
time_with_zone: "h:mm a (z)"
|
||||
time_short_day: "ggg, SS:dd"
|
||||
timeline_date: "MMM YYYY"
|
||||
long_no_year_no_time: "D MMM"
|
||||
|
||||
Reference in New Issue
Block a user