From c9803f3f3b72c54568072a8d62c9f845697a9125 Mon Sep 17 00:00:00 2001 From: Etienne Trimaille Date: Wed, 4 Aug 2021 12:42:41 +0200 Subject: [PATCH] Update again the statistics workflow --- .github/transifex_stats.py | 3 +++ docs/translation-stats.md | 3 +++ docs/{translation_stats.html => translation_stats/index.html} | 0 mkdocs.yml | 2 +- 4 files changed, 7 insertions(+), 1 deletion(-) rename docs/{translation_stats.html => translation_stats/index.html} (100%) diff --git a/.github/transifex_stats.py b/.github/transifex_stats.py index 4c8d091c..bb1315d9 100755 --- a/.github/transifex_stats.py +++ b/.github/transifex_stats.py @@ -115,6 +115,9 @@ def load_lang_stats(stats): It is generated automatically by transifex_stats.py in the scripts folder. --> +The translation is available on [Transifex](https://www.transifex.com/quickosm/gui/), no development +knowledge is required. + *Statistics updated: {date.today()}* {load_overall_stats()} {load_lang_stats(language_rate)} diff --git a/docs/translation-stats.md b/docs/translation-stats.md index b3444071..4f734843 100755 --- a/docs/translation-stats.md +++ b/docs/translation-stats.md @@ -8,6 +8,9 @@ DO NOT EDIT THIS FILE DIRECTLY. It is generated automatically by transifex_stats.py in the scripts folder. --> +The translation is available on [Transifex](https://www.transifex.com/quickosm/gui/), no development +knowledge is required. + *Statistics updated: 2021-08-04* | Number of strings | Number of target languages | Overall Translation ratio | diff --git a/docs/translation_stats.html b/docs/translation_stats/index.html similarity index 100% rename from docs/translation_stats.html rename to docs/translation_stats/index.html diff --git a/mkdocs.yml b/mkdocs.yml index 4e5f7f26..d71ce9ae 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -17,7 +17,7 @@ nav: - Processing: processing/README.md - Changelog: changelog.md - Contributing: contributing.md - - Translation: translation_stats.md + - Translation: translation-stats.md - References: references.md plugins: