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

fnmatch module has incorrect(misleading) translation to Ukrainian (uk) about on which king of wildcards are supported ('які _не_ відрізняються від регулярних виразів') #126582

Closed
salmira opened this issue Nov 8, 2024 · 4 comments
Labels
docs Documentation in the Doc dir

Comments

@salmira
Copy link

salmira commented Nov 8, 2024

Documentation

Incorrect and misleading translation of the module fnmatch description, in the first phrase:

EN: https://docs.python.org/3.13/library/fnmatch.html

This module provides support for Unix shell-style wildcards, which are _not_ the same as regular expressions

UK: https://docs.python.org/uk/3/library/fnmatch.html

Цей модуль підтримує символи підстановки у стилі оболонки Unix, які _не_ відрізняються від регулярних виразів

In this translation, the bold phrase in Ukrainian (UK) version means which _are the same_ as regular expressions. It is quite an opposite to the intended meaning!

Correct translation of which are _not_ the same as is

  • either: які _не_ відповідають регулярним виразам;
  • or: які _не_ те саме, що регулярні вирази;
  • or: які _відрізняються_ від регулярних виразів.
@salmira salmira added the docs Documentation in the Doc dir label Nov 8, 2024
@Eclips4
Copy link
Member

Eclips4 commented Nov 8, 2024

Hi!

Please report this to https://github.com/python/python-docs-uk.
For some reason I can't transfer it there :(

@Eclips4 Eclips4 closed this as not planned Won't fix, can't repro, duplicate, stale Nov 8, 2024
@salmira salmira changed the title fnmatch module has incorrect(misleading) translation to Ukrainian (uk) about on which king of wildcards are supported fnmatch module has incorrect(misleading) translation to Ukrainian (uk) about on which king of wildcards are supported ('які _не_ відрізняються від регулярних виразів') Nov 8, 2024
@salmira
Copy link
Author

salmira commented Nov 8, 2024

Thanks, I will do that.

@hugovk
Copy link
Member

hugovk commented Nov 8, 2024

For some reason I can't transfer it there :(

It's because:

To transfer an open issue to another repository, you must have write access to the repository the issue is in and the repository you're transferring the issue to.

@salmira
Copy link
Author

salmira commented Nov 8, 2024

Reported this to https://github.com/python/python-docs-uk
as python/python-docs-uk#20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
Status: Todo
Development

No branches or pull requests

3 participants