8000 minor #59440 [Validator] Checked Turkish validators translations and … · symfony/symfony@f63d644 · GitHub
[go: up one dir, main page]

Skip to content

Commit f63d644

Browse files
minor #59440 [Validator] Checked Turkish validators translations and confirmed (h22k)
This PR was squashed before being merged into the 6.4 branch. Discussion ---------- [Validator] Checked Turkish validators translations and confirmed | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix #59432 | License | MIT Checked the Turkish validators translations. I removed comma from **trans-unit=51** because in Turkish we **GENERALLY** dont use comma just before conjunctions. In addition, since the word **_slug_** is not understandable for Turkish speakers and there is no exact translation, I replaced **_slug_** word with the a Turkish word (**_Alan adı_**) which is more understandable. Commits ------- 438b58c [Validator] Checked Turkish validators translations and confirmed
2 parents 89ba0e5 + 438b58c commit f63d644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
</trans-unit>
193193
<trans-unit id="51" resname="No temporary folder was configured in php.ini.">
194194
<source>No temporary folder was configured in php.ini, or the configured folder does not exist.</source>
195-
<target state="needs-review-translation">php.ini'de geçici bir klasör yapılandırılmadı, veya yapılandırılan klasör mevcut değildir.</target>
195+
<target>php.ini'de geçici bir klasör yapılandırılmadı veya yapılandırılan klasör mevcut değildir.</target>
196196
</trans-unit>
197197
<trans-unit id="52">
198198
<source>Cannot write temporary file to disk.</source>
@@ -468,7 +468,7 @@
468468
</trans-unit>
469469
<trans-unit id="120">
470470
<source>This value is not a valid slug.</source>
471-
<target state="needs-review-translation">Bu değer geçerli bir slug değildir.</target>
471+
<target>Bu değer geçerli bir slug değildir.</target>
472472
</trans-unit>
473473
</body>
474474
</file>

0 commit comments

Comments
 (0)
0