diff --git a/README.en.md b/README.en.md index 7395293b8..8cfc56f84 100644 --- a/README.en.md +++ b/README.en.md @@ -4,10 +4,12 @@ Polish Translation of Python Documentation from manage_translation import get_resource_language_stats, progress_from_resources, language_switcher stats = get_resource_language_stats() +core = progress_from_resources(filter(language_switcher, stats)) total_words, total_strings = progress_from_resources(stats) print( f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml) +![{core:.2f}% core](https://img.shields.io/badge/core-{core:.2f}%25-0.svg) [![Total Translation of Documentation](https://img.shields.io/badge/total_words-{total_words:.2f}%25-0.svg)](https://python-docs-translations.github.io/dashboard/) [![Total Translation of Documentation](https://img.shields.io/badge/total_strings-{total_strings:.2f}%25-0.svg)](https://python-docs-translations.github.io/dashboard/)''') ]]] --> diff --git a/README.md b/README.md index db5ecf42d..8a199650f 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ Polskie tłumaczenie dokumentacji Pythona ========================================