fix: correct timestamp pluralization for singular forms (#694)
Co-authored-by: The Daniel <dmnyc@users.noreply.github.com>
This commit is contained in:
parent
9f428aed8c
commit
36f6d810ac
18 changed files with 105 additions and 54 deletions
|
|
@ -15,11 +15,14 @@ export default {
|
|||
followings: 'دنبال شوندهها',
|
||||
reposted: 'بازنشر شده',
|
||||
'just now': 'همین الان',
|
||||
'n minutes ago': '{{n}} دقیقه پیش',
|
||||
'minute ago_one': '{{count}} دقیقه پیش',
|
||||
'minute ago_other': '{{count}} دقیقه پیش',
|
||||
'n m': '{{n}}د',
|
||||
'n hours ago': '{{n}} ساعت پیش',
|
||||
'hour ago_one': '{{count}} ساعت پیش',
|
||||
'hour ago_other': '{{count}} ساعت پیش',
|
||||
'n h': '{{n}}س',
|
||||
'n days ago': '{{n}} روز پیش',
|
||||
'day ago_one': '{{count}} روز پیش',
|
||||
'day ago_other': '{{count}} روز پیش',
|
||||
'n d': '{{n}}ر',
|
||||
date: '{{timestamp, date}}',
|
||||
Follow: 'دنبال کردن',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue