8000 minor #15901 [Validator] Add Hungarian translation for the BIC constr… · symfony/symfony@9ec98c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ec98c2

Browse files
committed
minor #15901 [Validator] Add Hungarian translation for the BIC constraint (1ed)
This PR was merged into the 2.8 branch. Discussion ---------- [Validator] Add Hungarian translation for the BIC constraint | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- f26425b [Validator] Add Hungarian translation for the BIC constraint
2 parents 9cf4ab7 + f26425b commit 9ec98c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Diff line number
Original file line numberDiff line change
@@ -310,6 +310,10 @@
310310
<source>This value does not match the expected {{ charset }} charset.</source>
311311
<target>Ez az érték nem az elvárt {{ charset }} karakterkódolást használja.</target>
312312
</trans-unit>
313+
<trans-unit id="81">
314+
<source>This is not a valid Business Identifier Code (BIC).</source>
315+
<target>Érvénytelen nemzetközi bankazonosító kód (BIC/SWIFT).</target>
316+
</trans-unit>
313317
</body>
314318
</file>
315319
</xliff>

0 commit comments

Comments
 (0)
0