mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: relative-time-picker should use pluralized strings (#12086)
This commit is contained in:
@@ -576,10 +576,18 @@ en:
|
||||
send_email: "Send rejection email"
|
||||
|
||||
relative_time_picker:
|
||||
minutes: "minute(s)"
|
||||
hours: "hour(s)"
|
||||
days: "day(s)"
|
||||
months: "month(s)"
|
||||
minutes:
|
||||
one: "minute"
|
||||
other: "minutes"
|
||||
hours:
|
||||
one: "hour"
|
||||
other: "hours"
|
||||
days:
|
||||
one: "day"
|
||||
other: "days"
|
||||
months:
|
||||
one: "month"
|
||||
other: "months"
|
||||
|
||||
time_shortcut:
|
||||
later_today: "Later today"
|
||||
|
||||
Reference in New Issue
Block a user