We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In ckeditor/ckeditor5-utils#334 we introduced plural versions for translations.
The PR made attempt to attempt to explain the concept in API docs, but this won't cut it.
What we need here is a complete guide on how to add/work with translations, including a section how plural forms are handled.
Some points that I'd like to see covered:
function addTranslations( language, translations )
t()
It should contain cross link to translation contribution section.
The text was updated successfully, but these errors were encountered:
Couple more notes:
https://github.com/ckeditor/ckeditor5-utils/blob/14d29a66792419fb4d59eb8869d3b438d2b15aec/src/translation-service.js#L34-L50 - this fragment should be covered by the "Plural forms" section and replaced with a link to the guide. The first code listing is incomplete (doesn't have the getPluralForm arg).
getPluralForm
Sorry, something went wrong.
5e17bb9
ma2ciek
No branches or pull requests
📝 Provide a description of requested docs changes
In ckeditor/ckeditor5-utils#334 we introduced plural versions for translations.
The PR made attempt to attempt to explain the concept in API docs, but this won't cut it.
What we need here is a complete guide on how to add/work with translations, including a section how plural forms are handled.
Some points that I'd like to see covered:
function addTranslations( language, translations )
from docs)t()
is used)It should contain cross link to translation contribution section.
The text was updated successfully, but these errors were encountered: