Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6600aef

Browse files
committed
minor #15956 Updated default German IBAN validation message (synaris)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #15956). Discussion ---------- Updated default German IBAN validation message This PR was submitted on the symfony/validator read-only repository by @synaris and moved automatically to the main Symfony repository (closes symfony/validator#15). IBAN is an acronym. The term 'IBAN-Kontonummer' is redundant, since the 'AN' part (Account Number) already translates to 'Kontonummer'. It's like saying 'International Bank Account Number Account Number'. Commits ------- 5423ba0 Updated default German IBAN validation message
2 parents 882681d + 5423ba0 commit 6600aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
</trans-unit>
225225
<trans-unit id="59">
226226
<source>This is not a valid International Bank Account Number (IBAN).</source>
227-
<target>Dieser Wert ist keine gültige IBAN-Kontonummer.</target>
227+
<target>Dieser Wert ist keine gültige internationale Bankkontonummer (IBAN).</target>
228228
</trans-unit>
229229
<trans-unit id="60">
230230
<source>This value is not a valid ISBN-10.</source>

0 commit comments

Comments
 (0)