Fix reading time translation
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
a5bd8106f8
commit
3e7bcaec78
5 changed files with 11 additions and 8 deletions
|
@ -121,3 +121,6 @@ other = "দায় বিজ্ঞপ্তি"
|
|||
|
||||
[search]
|
||||
other = "অনুসন্ধান করুন"
|
||||
|
||||
[minute]
|
||||
other = "মিনিট"
|
||||
|
|
|
@ -125,6 +125,6 @@ other = "Liability Notice"
|
|||
[search]
|
||||
other = "Search"
|
||||
|
||||
[minutes]
|
||||
one = "1 minute"
|
||||
other = "{{.Count}} minutes"
|
||||
[minute]
|
||||
one = "minute"
|
||||
other = "minutes"
|
||||
|
|
|
@ -125,6 +125,6 @@ other = "Avviso di responsabilità"
|
|||
[search]
|
||||
other = "Ricerca"
|
||||
|
||||
[minutes]
|
||||
one = "1 minuto"
|
||||
other = "{{.Count}} minuti"
|
||||
[minute]
|
||||
one = "minuto"
|
||||
other = "minuti"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue