mirror of https://github.com/luizdepra/hugo-coder.git

Alexandr
09.17.2020 f46d1e2c3ec58ead0c282951e9247f234e26d5e3
Fix RU translation of reading_time variable (#363)

Co-authored-by: Pakhomov Aleksandr <Aleksandr.Pakhomv@sbb.ch>
2 files modified
5 ■■■■■ changed files
CONTRIBUTORS.md 2 ●●● patch | view | raw | blame | history
i18n/ru.toml 3 ●●●● patch | view | raw | blame | history
CONTRIBUTORS.md
@@ -69,4 +69,4 @@
- [Latiif Alsharif](https://latiif.se)
- [Endormi](https://endormi.io)
- [Rajiv Ranjan Singh](https://iamrajiv.github.io/)
- [Pakhomov Alexander](https://github.com/PakhomovAlexander)
i18n/ru.toml
@@ -9,7 +9,8 @@
[reading_time]
one = "Читать одну минуту"
other = "Читать около {{ .Count }} минут"
few = "Читать около {{ .Count }} минут"
many = "Читать около {{ .Count }} минут"
[page_not_found]
other = "Страница не найдена"