Skip to content

Commit 706d862

Browse files
committed
minor symfony#58647 [Validator] fix translation file syntax (xabbuh)
This PR was merged into the 5.4 branch. Discussion ---------- [Validator] fix translation file syntax | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- e13f6bf fix translation file syntax
2 parents fa18010 + e13f6bf commit 706d862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.tr.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" resname="This is not a valid International Bank Account Number (IBAN).">
226226
<source>This value is not a valid International Bank Account Number (IBAN).</source>
227-
<target >Bu değer geçerli bir Uluslararası Banka Hesap Numarası (IBAN) değildir.</target>
227+
<target>Bu değer geçerli bir Uluslararası Banka Hesap Numarası (IBAN) değildir.</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)