Skip to content

Commit 56a402b

Browse files
committed
minor #30209 [Validator] Add missing translations for IT to Validator (Andrea Giannantonio)
This PR was merged into the 3.4 branch. Discussion ---------- [Validator] Add missing translations for IT to Validator | Q | A | ------------- | --- | Branch? | 3.4 <!-- see below --> | Bug fix? | yes | New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | #30171 <!-- #-prefixed issue number(s), if any --> | License | MIT I add missing translations for IT to Validator going to solve the following issue: #30171 Commits ------- 40903335fd Add missing translations for IT to Validator
2 parents 46af645 + 3ef818c commit 56a402b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Resources/translations/validators.it.xlf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,14 @@
322322
<source>This is not a valid UUID.</source>
323323
<target>Questo non è un UUID valido.</target>
324324
</trans-unit>
325+
<trans-unit id="84">
326+
<source>This value should be a multiple of {{ compared_value }}.</source>
327+
<target>Questo valore dovrebbe essere un multiplo di {{ compared_value }}.</target>
328+
</trans-unit>
329+
<trans-unit id="85">
330+
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
331+
<target>Questo codice identificativo bancario (BIC) non è associato all'IBAN {{ iban }}.</target>
332+
</trans-unit>
325333
</body>
326334
</file>
327335
</xliff>

0 commit comments

Comments
 (0)