Skip to content

Commit 75c22c8

Browse files
committed
minor symfony#53066 [Validator] add missing Turkish translation and correct grammar (seferov)
This PR was merged into the 5.4 branch. Discussion ---------- [Validator] add missing Turkish translation and correct grammar | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | Fix symfony#53049 | License | MIT Commits ------- 1316959 [Validator] add missing Turkish translation and correct grammar
2 parents ac831cd + 1316959 commit 75c22c8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@
364364
</trans-unit>
365365
<trans-unit id="94">
366366
<source>This value should be between {{ min }} and {{ max }}.</source>
367-
<target>Bu değer arasında olmalıdır {{ min }} ve {{ max }}.</target>
367+
<target>Bu değer {{ min }} ve {{ max }} arasında olmalıdır.</target>
368368
</trans-unit>
369369
<trans-unit id="95">
370370
<source>This value is not a valid hostname.</source>
@@ -426,6 +426,10 @@
426426
<source>Using hidden overlay characters is not allowed.</source>
427427
<target>Gizli üstü kaplama karakterlerinin kullanılması izin verilmez.</target>
428428
</trans-unit>
429+
<trans-unit id="110">
430+
<source>The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}.</source>
431+
<target>Dosya uzantısı geçersiz ({{ extension }}). İzin verilen uzantılar {{ extensions }}.</target>
432+
</trans-unit>
429433
</body>
430434
</file>
431435
</xliff>

0 commit comments

Comments
 (0)