Skip to content

Commit b9f34e3

Browse files
committed
minor #27994 [Validator] Add missing UUID validator message translation (hu) (1ed)
This PR was merged into the 2.8 branch. Discussion ---------- [Validator] Add missing UUID validator message translation (hu) | Q | A | ------------- | --- | Branch? |2.8 | Bug fix? | yes | New feature? | no | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | - | License | MIT | Doc PR | - <!-- Write a short README entry for your feature/bugfix here (replace this comment block.) This will help people understand your PR and can be used as a start of the Doc PR. Additionally: - Bug fixes must be submitted against the lowest branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the master branch. --> Commits ------- 0b2134415c [Validator] Add missing UUID validator message translation (hu)
2 parents de54eb8 + db4f331 commit b9f34e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Resources/translations/validators.hu.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>Érvénytelen nemzetközi bankazonosító kód (BIC/SWIFT).</target>
316316
</trans-unit>
317+
<trans-unit id="82">
318+
<source>This is not a valid UUID.</source>
319+
<target>Érvénytelen egyedi azonosító (UUID).</target>
320+
</trans-unit>
317321
</body>
318322
</file>
319323
</xliff>

0 commit comments

Comments
 (0)