Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Context
Hello! At the Interslavic OSS organization, we aim to cover morphological and orthographical functionality (word inflection, verb conjugation, transliteration, etc.) with unit tests, and while English is a good choice for keeping technical documentation, it is preferable to make reports accessible for every contributor to Interslavic language:
New translation
Developer notes
The last contributor who submitted Turkish translation accidently converted some of files to CRLF. My pull request brings LF endings back. Please use the "Hide whitespace" option on GitHub when reviewing.
The language code used ("isv") is not official yet, although our pending ISO committee submissions for code pretend exactly for this one. I could have used "art-x-interslv" (current idiomatic BCP 47 identifier according to CLCR), but that would require extra changes to your Handlebars template rendering – e.g., to introduce some
language.abbr
property along withlanguage.id
to avoid breaking the language selector visually.Checklist
Not sure if this is applicable here – there are no IF-ELSE branches in my i18next plural augmentation code, and the API I'm using is stable enough – it is still available both in
i18next@8
and ini18next@23
, so I don't see major reasons to worry. 🤷♂️P.S. @ru-danko, thanks for checking on the translation keys.