-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
update italian validator translation #31802
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fabpot
approved these changes
Jun 3, 2019
2983c1a
to
2b95fca
Compare
Thank you @garak. |
fabpot
added a commit
that referenced
this pull request
Jun 3, 2019
This PR was submitted for the 4.2 branch but it was merged into the 3.4 branch instead (closes #31802). Discussion ---------- update italian validator translation | Q | A | ------------- | --- | Branch? | 4.2 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | none | License | MIT | Doc PR | none This PR just takes the italian translation for validators up to date with english one. Commits ------- 2b95fca update italian validator translation
src/Symfony/Component/Validator/Resources/translations/validators.it.xlf
Show resolved
Hide resolved
garak
added a commit
to garak/symfony
that referenced
this pull request
Jun 3, 2019
Merged
fabpot
added a commit
that referenced
this pull request
Jun 3, 2019
This PR was merged into the 3.4 branch. Discussion ---------- fix typo in PR #31802 | Q | A | ------------- | --- | Branch? | 4.2 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | none | License | MIT | Doc PR | none Fix typo done in PR #31802 Commits ------- b37c1a8 fix typo in PR #31802
nicolas-grekas
added a commit
that referenced
this pull request
Jun 3, 2019
* 3.4: fix type hint for salt in PasswordEncoderInterface fix typo in PR #31802 update italian validator translation Add missing translations
nicolas-grekas
added a commit
that referenced
this pull request
Jun 3, 2019
* 4.2: [Translation] Fixed case sensitivity of lint:xliff command fix type hint for salt in PasswordEncoderInterface Simplify code - catch \Throwable capture all exceptions fix typo in PR #31802 update italian validator translation Add missing translations
nicolas-grekas
added a commit
that referenced
this pull request
Jun 3, 2019
* 4.3: [Translation] Fixed case sensitivity of lint:xliff command fix type hint for salt in PasswordEncoderInterface Simplify code - catch \Throwable capture all exceptions Collect locale details earlier in the process in TranslationDataCollector fix typo in PR #31802 update italian validator translation Add missing translations [TwigBridge] suggest Translation Component when TranslationExtension is used
nicolas-grekas
added a commit
that referenced
this pull request
Jun 3, 2019
* 4.4: [Translation] Fixed case sensitivity of lint:xliff command fix type hint for salt in PasswordEncoderInterface Add missing deprecations for PHP templating layer Simplify code - catch \Throwable capture all exceptions Collect locale details earlier in the process in TranslationDataCollector fix typo in PR #31802 update italian validator translation Add missing translations [Messenger] Deprecate passing a bus locator to ConsumeMessagesCommand constructor [SecurityBundled] Forbid security-http >= 5.0 [Security][Guard] Forbid security-http >= 5.0 [TwigBridge] suggest Translation Component when TranslationExtension is used [Monolog] Setup the LoggerProcessor after all other processor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR just takes the italian translation for validators up to date with english one.