mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Fix RU translation of reading_time variable (#363)
Co-authored-by: Pakhomov Aleksandr <Aleksandr.Pakhomv@sbb.ch>
This commit is contained in:
@@ -69,4 +69,4 @@
|
|||||||
- [Latiif Alsharif](https://latiif.se)
|
- [Latiif Alsharif](https://latiif.se)
|
||||||
- [Endormi](https://endormi.io)
|
- [Endormi](https://endormi.io)
|
||||||
- [Rajiv Ranjan Singh](https://iamrajiv.github.io/)
|
- [Rajiv Ranjan Singh](https://iamrajiv.github.io/)
|
||||||
|
- [Pakhomov Alexander](https://github.com/PakhomovAlexander)
|
||||||
|
|||||||
@@ -9,7 +9,8 @@ other = "серии"
|
|||||||
|
|
||||||
[reading_time]
|
[reading_time]
|
||||||
one = "Читать одну минуту"
|
one = "Читать одну минуту"
|
||||||
other = "Читать около {{ .Count }} минут"
|
few = "Читать около {{ .Count }} минут"
|
||||||
|
many = "Читать около {{ .Count }} минут"
|
||||||
|
|
||||||
[page_not_found]
|
[page_not_found]
|
||||||
other = "Страница не найдена"
|
other = "Страница не найдена"
|
||||||
|
|||||||
Reference in New Issue
Block a user