mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
switch medium time format to "mins" vs "minutes"
This commit is contained in:
parent
da582fc202
commit
f1fd29003d
1 changed files with 4 additions and 4 deletions
|
@ -45,8 +45,8 @@ en:
|
|||
other: "%{count}y"
|
||||
medium:
|
||||
x_minutes:
|
||||
one: "1 minute"
|
||||
other: "%{count} minutes"
|
||||
one: "1 min"
|
||||
other: "%{count} mins"
|
||||
x_hours:
|
||||
one: "1 hour"
|
||||
other: "%{count} hours"
|
||||
|
@ -55,8 +55,8 @@ en:
|
|||
other: "%{count} days"
|
||||
medium_with_ago:
|
||||
x_minutes:
|
||||
one: "1 minute ago"
|
||||
other: "%{count} minutes ago"
|
||||
one: "1 min ago"
|
||||
other: "%{count} mins ago"
|
||||
x_hours:
|
||||
one: "1 hour ago"
|
||||
other: "%{count} hours ago"
|
||||
|
|
Loading…
Reference in a new issue