-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Enable the Polish translation in the language switcher #237
Conversation
Here's what's needed before adding to the switcher: https://peps.python.org/pep-0545/#add-translation-to-the-language-switcher
At least https://docs.python.org/pl/3/library/functions.html still has quite a bit of English in it. |
@hugovk Its weird those bits cannot be translated for some reason. They don't show up in transifex and the progress % is 100%. I will look in to it. |
@hugovk I see, I translated those today, it will be updated around midnight If i remember correctly! Everything that is required is complete :) |
Great, let's check-in tomorrow :) cc @m-aciek FYI |
@hugovk It was built at 6:20 (quite an odd hour) today. The newest build has everything that is required by |
@StanFromIreland in the https://docs.python.org/pl/3/library/functions.html#import__ Z drugiej strony, instrukcja _temp = __import__('spam.ham', globals(), locals(), ['jajka', 'kielbasa'], 0)
jajka = _temp.jajka
kielbasa = _temp.kielbasa A |
@AA-Turner It has been fixed. |
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.
I've spot-checked the tutorial, and confirmed that bugs.html
and library/functions.html
visually seem fully translated. The transifex project also reports 100% completion for the relevant .po
files.
Congratulations @m-aciek, @StanFromIreland, and all of the other translators!
A
I believe this is all that is necessary. If there is much more to be done I can close my PR and let someone who knows the config better do this.