|
| 1 | +Polish Translation of Python Documentation |
| 2 | +======================================== |
| 3 | +<!-- [[[cog |
| 4 | +from manage_translation import get_resource_language_stats, progress_from_resources, language_switcher, get_number_of_translators |
| 5 | +
|
| 6 | +stats = get_resource_language_stats() |
| 7 | +switcher = progress_from_resources(filter(language_switcher, stats)) |
| 8 | +total = progress_from_resources(stats) |
| 9 | +translators = get_number_of_translators() |
| 10 | +
|
| 11 | +print( |
| 12 | +f''' |
| 13 | + |
| 14 | + |
| 15 | +''') |
| 16 | +]]] --> |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | +<!-- [[[end]]] --> |
| 22 | + |
| 23 | +*Przeczytaj to w innym języku: [Polski](README.md)* |
| 24 | + |
| 25 | +If you find a mistake or have a suggestion, |
| 26 | +[let us know](https://github.com/python/python-docs-pl/issues) or fix it yourself: |
| 27 | + |
| 28 | +* Go to the website of the project [Python Documentation](https://explore.transifex.com/python-doc/python-newest/). |
| 29 | +* Click the button "Join this project", to join the Project. |
| 30 | +* Create an account on Transifex. |
| 31 | +* On the project website pick the language Polish. |
| 32 | +* After joining the Project, pick the category you want to fix/translate. |
| 33 | + |
| 34 | +You can find more information about using Transifex |
| 35 | +[in their help guide.](https://help.transifex.com/en/articles/6318216-translating-with-the-web-editor). |
| 36 | + |
| 37 | +**Translation Progress** |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | +The Polish language will appear in the language switcher in docs.python.org, |
| 42 | +[when these categories will be fully translated](https://www.python.org/dev/peps/pep-0545/#add-translation-to-the-language-switcher): |
| 43 | +* `bugs`, |
| 44 | +* Everything in the `tutorial` section, |
| 45 | +* `library/functions`. |
| 46 | + |
| 47 | +**How to see the newest build of the documentation?** |
| 48 | + |
| 49 | +Download the latest build from the list of artefacts in the latest GitHub Action (Actions Tab). |
| 50 | +Translations are pulled from Transifex around every half hour. |
| 51 | +The documentation at https://docs.python.org/pl/ is updated around once daily. |
| 52 | + |
| 53 | +**Communication Channels** |
| 54 | + |
| 55 | +* [Discord Python Polska #dokumentacja](https://discord.gg/QB3h2Sxc) |
| 56 | +* [Python Documentation Community](https://docs-community.readthedocs.io/en/latest/) |
| 57 | +* [Python Translations Working Group](https://mail.python.org/mailman3/lists/translation.python.org/) |
| 58 | +* [Python Documentation Special Interest Group](https://www.python.org/community/sigs/current/doc-sig/) |
| 59 | + |
| 60 | +**License** |
| 61 | + |
| 62 | +By inviting you to work on a project on the Transifex platform, we offer a contract for |
| 63 | +donating your translations to the Python Software Foundation |
| 64 | +[under the CC0 license](https://creativecommons.org/publicdomain/zero/1.0/deed.pl). |
| 65 | +In return, it will be visible that you are the translator of the part you translated. |
| 66 | +You signify your acceptance of this agreement by submitting your work for inclusion in the documentation. |
| 67 | + |
| 68 | +**Updating Translations** |
| 69 | +* `./manage_translation.py recreate_tx_config` |
| 70 | +* `./manage_translation.py fetch` |
| 71 | +* `cog -rP README.md` |
| 72 | + |
| 73 | +**Useful Materials** |
| 74 | +* [Site Statistics](https://plausible.io/docs.python.org/?filters=%28%28contains,page,%28/pl/%29%29%29) |
| 75 | +* [Python Developer's Guide: Documentation](https://devguide.python.org/documentation/) |
| 76 | + |
| 77 | +**Similar Translation Projects** |
| 78 | +* [Projects of the Python Packaging Authority](https://hosted.weblate.org/projects/pypa/-/pl/) |
| 79 | +* [Scientific Python Translations](https://scientific-python-translations.github.io/) |
| 80 | +* [Localizing Django](https://docs.djangoproject.com/en/dev/internals/contributing/localizing/) |
0 commit comments