Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f63d644

Browse filesBrowse 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
Copy full SHA for f63d644

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Resources/translations/validators.tr.xlf
+2-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.