-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Validator] Add the missing translations for the Russian ("ru") locale #30184
New issue
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
Labels
Good first issue
Ideal for your first contribution! (some Symfony experience may be required)
Validator
Milestone
Comments
I'd like to take care of this |
antonch1989
pushed a commit
to antonch1989/symfony
that referenced
this issue
Feb 12, 2019
…Russian (ru) locale (antonch1989)
This was referenced Feb 12, 2019
fabpot
added a commit
that referenced
this issue
Feb 12, 2019
… (ru) locale (Anton Chernikov) This PR was merged into the 3.4 branch. Discussion ---------- [Validator] Add the missing translations for the Russian (ru) locale … (ru) locale (antonch1989) | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #30184 | License | MIT Added missing ru translations for the validator component Commits ------- 8d84cf9 minor #30184 [Validator] Add the missing translations for the Russian (ru) locale (antonch1989)
fabpot
added a commit
that referenced
this issue
Feb 12, 2019
* 3.4: (25 commits) Add missing ID_id validators translation fixed CS Added missing translations in validators.tr.xlf Update validators.es.xlf Update validators.hu.xlf [Validator] Add the missing translations for the Welsh (cy) locale [Validator] Add missing DE validator translations [Validator] Add the missing translations for the Dutch (nl) locale Add missing PL translation Add missing translations. Add missing translations for IT to Validator minor #30184 [Validator] Add the missing translations for the Russian (ru) locale (antonch1989) [Validator] Add the missing translations for the Arabic (ar) locale add_missing_translations_for_portuguese : [Validator] Add the missing translations for the Portuguese ("pt") locale [Validator] Add the missing translations for the French (fr) locale [Validator] Add some missing contents to the English translation use PropertyAccessorInterface instead of PropertyAccessor Fix KernelTestCase compatibility for PhpUnit 8 (bis) add xabbuh as code owner of the Form component [Validator] Added a missing translation ...
fabpot
added a commit
that referenced
this issue
Feb 12, 2019
* 4.2: (25 commits) Add missing ID_id validators translation fixed CS Added missing translations in validators.tr.xlf Update validators.es.xlf Update validators.hu.xlf [Validator] Add the missing translations for the Welsh (cy) locale [Validator] Add missing DE validator translations [Validator] Add the missing translations for the Dutch (nl) locale Add missing PL translation Add missing translations. Add missing translations for IT to Validator minor #30184 [Validator] Add the missing translations for the Russian (ru) locale (antonch1989) [Validator] Add the missing translations for the Arabic (ar) locale add_missing_translations_for_portuguese : [Validator] Add the missing translations for the Portuguese ("pt") locale [Validator] Add the missing translations for the French (fr) locale [Validator] Add some missing contents to the English translation use PropertyAccessorInterface instead of PropertyAccessor Fix KernelTestCase compatibility for PhpUnit 8 (bis) add xabbuh as code owner of the Form component [Validator] Added a missing translation ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Good first issue
Ideal for your first contribution! (some Symfony experience may be required)
Validator
IMPORTANT: this issue is reserved for new contributors, because we want to give the opportunity to people who want to contribute to Symfony but never found the right issue to do that.
If you want to work on this issue, add a comment to assign it to yourself and let others know that this is already taken. Thanks!
Symfony version(s) affected: 3.4
Description
The
src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf
file is missing the following translations compared to the original English file:Possible Solution
A Pull Request must be sent to Symfony's 3.4 branch adding the missing translations.
Don't forget to take a quick look at the existing translations to use the same tone and style in the new translations.
Additional context
You have two ways to make this contribution:
1) Use the GitHub web interface to edit the translation and make the pull request.
2) Use your own editor to edit the translation file and use the Git commands in the terminal to make the pull request.
If you need any help during the contribution process, visit the
#contribs
channel on Symfony Slack where we'll be happy to help you.The text was updated successfully, but these errors were encountered: