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
My resources
In the "My resources" section, the current translation of count Questions (Quizzes tab) is incorrect in Ukrainian (UA).
Quizzes
Actual result: Expected result: The correct translation should display the following:
0 Питань
1 Питання
2 Питання
3 Питання
4 Питання
5 Питань
The text was updated successfully, but these errors were encountered:
dudchakk
Successfully merging a pull request may close this issue.
Main Acceptance Criteria:
My resources
" to ensure the correct translation of plurals.In the "
My resources
" section, the current translation of count Questions (Quizzes
tab) is incorrect in Ukrainian (UA).Actual result:
Expected result:
The correct translation should display the following:
0 Питань
when there are no questions.1 Питання
when there is one question.2 Питання
,3 Питання
,4 Питання
when there are 2, 3, or 4 questions, respectively.5 Питань
when there are 5 or more questions.The text was updated successfully, but these errors were encountered: