8000 minor #27992 add missing translation for uuid validator (garak) · symfony/symfony@08a49bc · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 08a49bc

Browse files
committed
minor #27992 add missing translation for uuid validator (garak)
This PR was merged into the 2.8 branch. Discussion ---------- add missing translation for uuid validator | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | related to #27984 | License | MIT | Doc PR | - Commits ------- 7cf840c add missing translation for uuid validator
2 parents 903d04c + 7cf840c commit 08a49bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.it.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,10 @@
314314
<source>This is not a valid Business Identifier Code (BIC).</source>
315315
<target>Questo valore non è un codice BIC valido.</target>
316316
</trans-unit>
317+
<trans-unit id="82">
318+
<source>This is not a valid UUID.</source>
319+
<target>Questo non è un UUID valido.</target>
320+
</trans-unit>
317321
</body>
318322
</file>
319323
</xliff>

0 commit comments

Comments
 (0)
0