Wrong translation for Russian language for minutes #6906
Answered
by
kamilkrzyskow
natakazakova
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
kamilkrzyskow
Mar 13, 2024
Replies: 1 comment 2 replies
-
Hello @natakazakova, mkdocs-material/src/templates/partials/languages/pl.html Lines 50 to 51 in 2f1b2e9 So it was solved with a generic string and abbreviation of minute, Reading time: 1 min, Reading time: # min, which works in Polish. As for how to update, if you only want to provide an update to the translations:
Reference: If you plan to be extra thorough and commit the changes yourself with a PR, follow the theme development guide: |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
natakazakova
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @natakazakova,
Polish had the same issues, 1 minuta, 2-4 minuty, 5 minut, but there are only 2 variants for the readtime display:
mkdocs-material/src/templates/partials/languages/pl.html
Lines 50 to 51 in 2f1b2e9
So it was solved with a generic string and abbreviation of minute, Reading time: 1 min, Reading time: # min, which works in Polish.
As for how to update, if you only want to provide an update to the translations:
Add translation
issue template,ru.html
file