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: 'niżej wymienionych',
|
||||
reposted: 'Udostępnił',
|
||||
'just now': 'teraz',
|
||||
'n minutes ago': '{{n}} m',
|
||||
'minute ago_one': '{{count}} minutę temu',
|
||||
'minute ago_other': '{{count}} minut temu',
|
||||
'n m': '{{n}}m',
|
||||
'n hours ago': '{{n}} g',
|
||||
'hour ago_one': '{{count}} godzinę temu',
|
||||
'hour ago_other': '{{count}} godzin temu',
|
||||
'n h': '{{n}}h',
|
||||
'n days ago': '{{n}} d ',
|
||||
'day ago_one': '{{count}} dzień temu',
|
||||
'day ago_other': '{{count}} dni temu',
|
||||
'n d': '{{n}}d',
|
||||
date: '{{timestamp, date}}',
|
||||
Follow: 'Obserwuj',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue