Skip to content
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

Function sort: german translation regarding SORT_FLAG_CASE states the opposite of what it does #164

Closed
gafnex opened this issue Jan 11, 2024 · 1 comment

Comments

@gafnex
Copy link

gafnex commented Jan 11, 2024

From manual page: https://php.net/function.sort


Current documentation:
"SORT_FLAG_CASE - kann kombiniert werden (bitweise ODER) mit SORT_STRING oder SORT_NATURAL, um Zeichenketten unter Berücksichtigung der Groß- und Kleinschreibung zu sortieren."
Which means sorting considers upper and lower case.

It should be:
"SORT_FLAG_CASE - kann kombiniert werden (bitweise ODER) mit SORT_STRING oder SORT_NATURAL, um Zeichenketten ohne Berücksichtigung der Groß- und Kleinschreibung zu sortieren."
This now means sorting without considering upper and lower case.

@msamesch
Copy link
Contributor

Thanks for pointing this out.

msamesch added a commit that referenced this issue Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants