8000 [Validator] Checked Turkish validators translations and confirmed by h22k · Pull Request #59440 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Validator] Checked Turkish validators translations and confirmed #59440

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

h22k
Copy link
Contributor
@h22k h22k commented Jan 8, 2025
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.

@carsonbot

Hey!

I see that this is your first PR. That is great! Welcome!

Symfony has a contribution guide which I suggest you to read.

In short:

  • Always add tests
  • Keep backward compatibility (see https://symfony.com/bc).
  • Bug fixes must be submitted against the lowest maintained branch where they apply (see https://symfony.com/releases)
  • Features and deprecations must be submitted against the 7.3 branch.

Review the GitHub status checks of your pull request and try to solve the reported issues. If some tests are failing, try to see if they are failing because of this change.

When two Symfony core team members approve this change, it will be merged and you will become an official Symfony contributor!
If this PR is merged in a lower version branch, it will be merged up to all maintained branches within a few days.

I am going to sit back now and wait for the reviews.

Cheers!

Carsonbot

@@ -468,7 +468,7 @@
</trans-unit>
<trans-unit id="120">
<source>This value is not a valid slug.</source>
<target state="needs-review-translation">Bu değer geçerli bir slug değildir.</target>
<target>Bu değer geçerli bir adres adı değildir.</target>
Copy link
Member
@nicolas-grekas nicolas-grekas Jan 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't we keep the word "slug" somewhere? "address name" is a different concept i think, slug is more specific

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"slug" doesnt mean anything in Turkish.. i guess its more like a technical term and although its understandable for developers, im not sure if a normal turkish user can understand it easily.

the best term i found for "slug" is "kısa adres adı" which means "short address name". what do you think?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is a technical term indeed, I'm not sure it makes sense to translate it (no other language does it, for now at least). Maybe it should be enclosed in double quotes (or a Turkish equivalent)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can another language speakers understand "slug"? im thinking out loud, if i wasn't a developer i would not understand what does "slug" mean

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yet enclosing in double quotes makes sense..

@nicolas-grekas nicolas-grekas force-pushed the fix_59432_missing_validator_tranlations_for_turkish branch from 00fbefb to 438b58c Compare January 9, 2025 14:28
@nicolas-grekas
Copy link
Member

Thank you @h22k.

@nicolas-grekas nicolas-grekas merged commit f63d644 into symfony:6.4 Jan 9, 2025
2 checks passed
@h22k
Copy link
Contributor Author
h22k commented Jan 9, 2025

Thank you @h22k.

Thank you! That was my first contribution, you made my day!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0