You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggested priority resources for translation can be found in [issue #50](https://github.com/python/python-docs-pl/issues/50).
45
+
46
+
### How do I translate?
47
+
48
+
* Go to the [Python Documentation project](https://explore.transifex.com/python-doc/python-newest/) on Transifex.
49
+
* Click the "Join this project" button.
35
50
* Create an account on Transifex.
36
-
* On the project website pick the language Polish.
37
-
* After joining the Project, pick the category you want to fix/translate.
51
+
* Select Polish on the project page.
52
+
* After submitting your request to join the team, introduce yourself on
53
+
the [Python Polska `#dokumentacja` Discord channel](https://discord.gg/VCyBDGH38e).
54
+
This will help us approve your request sooner.
55
+
* After joining the team, select the resource you want to improve or update.
56
+
* Get familiar with [reStructuredText syntax](https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html),
57
+
the documentation format.
58
+
* You can find more information about using Transifex in [their help articles](https://help.transifex.com/en/articles/6318216-translating-with-the-web-editor)
59
+
or [our guide](https://python-docs-transifex-automation.readthedocs.io/new-translators.html).
60
+
61
+
### How do I check my changes locally?
62
+
63
+
[Install the Transifex CLI](https://github.com/transifex/cli#installation) and save your
64
+
[Transifex API token](https://help.transifex.com/en/articles/6248858-generating-an-api-token) to `~/.transifexrc` so that you
65
+
can download changes from Transifex. Download the changed chapter, for example:
You can find more information about using Transifex
40
-
in [their help articles](https://help.transifex.com/en/articles/6318216-translating-with-the-web-editor) or [our guide](https://python-docs-transifex-automation.readthedocs.io/new-translators.html).
71
+
python-newest.library--turtle - Done
72
+
[##############################] (1 / 1)
41
73
42
-
**I want to start translating, but I don't know where to start!**
74
+
# Pulling files
43
75
44
-
Firstly, you can join as a translator by following the steps outlined above.
76
+
python-newest.library--turtle [pl] - Done
77
+
[##############################] (1 / 1)
78
+
```
45
79
46
-
Then you can start by translating one of our [prioritized resources](https://github.com/python/python-docs-pl/issues/50).
80
+
Run [`sphinx-lint`](https://pypi.org/project/sphinx-lint/) to check your changes, for example:
47
81
48
-
**How to see the newest build of the documentation?**
82
+
```
83
+
$ uvx sphinx-lint library/turtle.po
84
+
No problems found.
85
+
```
86
+
87
+
### How do I see the latest build of the documentation?
49
88
50
89
Download the latest build from the list of artefacts in the latest GitHub Action (Actions Tab).
51
-
Translations are pulled from Transifex around every half hour.
90
+
Translations are pulled from Transifex around once an hour.
52
91
The documentation at https://docs.python.org/pl/ is updated around once daily.
Propozycje priorytetowych zasobów do tłumaczenia można znaleźć w [issue #50](https://github.com/python/python-docs-pl/issues/50).
45
+
46
+
### Jak tłumaczyć?
33
47
34
48
* Wejdź na stronę
35
-
projektu [dokumentacji Pythona](https://explore.transifex.com/python-doc/python-newest/).
49
+
projektu [dokumentacji Pythona](https://explore.transifex.com/python-doc/python-newest/) na Transifeksie.
36
50
* Naciśnij przycisk „Join this project”, aby dołączyć do projektu.
37
51
* Utwórz konto Transifex.
38
52
* Na stronie projektu wybierz język polski.
39
-
* Po dołączeniu do zespołu wybierz zasób, który chcesz poprawić/zaktualizować.
53
+
* Po wysłaniu zgłoszenia do zespołu przedstaw się na kanale [Discord Python Polska `#dokumentacja`](https://discord.gg/VCyBDGH38e).
54
+
Pozwoli to szybciej potwierdzić Twoje zgłoszenie.
55
+
* Po dołączeniu do zespołu wybierz zasób, który chcesz poprawić lub zaktualizować.
56
+
* Zapoznaj się ze [składnią reStructuredText](https://www.sphinx-doc.org/pl/master/usage/restructuredtext/basics.html),
57
+
formatem dokumentacji.
58
+
* Więcej informacji o używaniu Transifeksa znajdziesz w [jego artykułach pomocy](https://help.transifex.com/en/articles/6318216-translating-with-the-web-editor)
59
+
lub [w naszym przewodniku](https://python-docs-transifex-automation.readthedocs.io/new-translators.html).
60
+
61
+
### Jak lokalnie sprawdzić poprawność moich zmian?
62
+
63
+
[Zainstaluj Transifex CLI](https://github.com/transifex/cli#installation) i zapisz
64
+
[klucz API Transifex](https://help.transifex.com/en/articles/6248858-generating-an-api-token) do `~/.transifexrc`, aby
65
+
pobrać zmiany z Transifeksa. Pobierz zmieniony rozdział, np.:
0 commit comments