8000 [Validator] Add missing UUID validator message translation (en) · symfony/symfony@2a950b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a950b6

Browse files
E1B5 committed
[Validator] Add missing UUID validator message translation (en)
1 parent f7583be commit 2a950b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.en.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>This is not a valid Business Identifier Code (BIC).</target>
316316
</trans-unit>
317+
<trans-unit id="82">
318+
<source>This is not a valid UUID.</source>
319+
<target>This is not a valid UUID.</target>
320+
</trans-unit>
317321
</body>
318322
</file>
319323
</xliff>

0 commit comments

Comments
 (0)
0