Fix language names for Ukrainian & Russian #45
Merged
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.
Pull request template
Category
Describe changes
“Changed the name of the Ukrainian language from ‘Українець’ to ‘Українська’, and changed ‘русский’ to ‘Русский’ because the name of the language starts with an uppercase letter.
Why did you do this?
The word “Українець” translates to “Ukrainian” in English. It refers to a Ukrainian person, a citizen of Ukraine. This noun is used to describe nationality.
BREAKING CHANGES
What issues (if any) would this resolve?
Correct language name: Changing “Українець” to “Українська” corrects the mistake, as “Українець” means “Ukrainian” (a person), while “Українська” is the correct name for the Ukrainian language.
Proper capitalization: Changing “русский” to “Русский” corrects the capitalization, as language names should start with an uppercase letter.
These changes ensure accuracy and adherence to the standard conventions for writing language names.
Any extra notes?
Checklist
Vercel will begin deploying to the Preview environment shortly after submitting this pull request. You may click on the "Visit Preview" link below to see a preview of what your changes look like.
If you updated only part of the repository such that it would not modify the website at all, you do not need to see the Vercel deployment.
You may also use the StackBlitz Codeflow button to quickview the PR in the browser and make changes at the same time if necessary.