|
1 | 1 | Polskie tłumaczenie dokumentacji Pythona |
2 | 2 | ======================================== |
3 | 3 | <!-- [[[cog |
4 | | -from manage_translation import get_resource_language_stats, progress_from_resources |
| 4 | +from manage_translation import get_resource_language_stats, progress_from_resources, language_switcher |
5 | 5 |
|
6 | 6 | stats = get_resource_language_stats() |
| 7 | +core = progress_from_resources(filter(language_switcher, stats)) |
7 | 8 | total_words, total_strings = progress_from_resources(stats) |
8 | 9 |
|
9 | 10 | print( |
10 | 11 | f'''[](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml) |
| 12 | + |
11 | 13 | [](https://python-docs-translations.github.io/dashboard/) |
12 | 14 | [](https://python-docs-translations.github.io/dashboard/)''') |
13 | 15 | ]]]--> |
|