Fix reading time translation

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
hossainemruz 2023-10-30 10:24:31 +06:00
parent a5bd8106f8
commit 3e7bcaec78
5 changed files with 11 additions and 8 deletions

View file

@ -121,3 +121,6 @@ other = "দায় বিজ্ঞপ্তি"
[search]
other = "অনুসন্ধান করুন"
[minute]
other = "মিনিট"

View file

@ -125,6 +125,6 @@ other = "Liability Notice"
[search]
other = "Search"
[minutes]
one = "1 minute"
other = "{{.Count}} minutes"
[minute]
one = "minute"
other = "minutes"

View file

@ -125,6 +125,6 @@ other = "Avviso di responsabilità"
[search]
other = "Ricerca"
[minutes]
one = "1 minuto"
other = "{{.Count}} minuti"
[minute]
one = "minuto"
other = "minuti"