-
-
Notifications
You must be signed in to change notification settings - Fork 64
About the Romanian translation #309
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
The Romanian translation is now ready for the translation switcher. It targets the "3.13" branch of the docs (repository).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Completion report:
# python-docs-ro (39.94% done)
- glossary.po 160 / 418 ( 38.0% translated).
...
- sphinx.po 71 / 111 ( 63.0% translated).
# library (1.42% done)
...
# tutorial (99.92% done)
- floatingpoint.po 75 / 76 ( 98.0% translated).
...
# TOTAL (2.78% done)
I'm not quite sure why potodo
won't display the count for functions.po
or bugs.po
, but from a look it seems complete.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are a few paragraphs showing as untranslated in functions.html
, using document.querySelectorAll('.untranslated')
. For example, https://docs.python.org/ro/3/library/functions.html#bin, https://docs.python.org/ro/3/library/functions.html#chr, https://docs.python.org/ro/3/library/functions.html#iter
I haven't checked the tutorial.
This comment was marked as outdated.
This comment was marked as outdated.
I'm choosing to interpret this as what is on the public website, as that is what readers will see. Changes to the tutorial, bugs.rst, and functions.rst are relatively infrequent. @octaG-M please ensure that you have checked against the latest commits in the 3.13 branch. Do you have a local check-out of the CPython repo? A |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
@AA-Turner |
Adam recommended pulling the repository, available here: https://github.com/python/cpython |
@StanFromIreland |
No description provided.