From adc125dbbddc7c745a8ec0c044c7abd5e2289d96 Mon Sep 17 00:00:00 2001 From: RViktor <120401244+v1k70rk4@users.noreply.github.com> Date: Thu, 22 May 2025 21:40:08 +0200 Subject: [PATCH] Adds Hungarian (`hu`) to `DOCUMENTATION_LANGUAGES` in `docs.py`. The Hungarian documentation was previously only partially translated, which might be the reason it was not included. Now that the `docs.po` file is 100% translated, it would make sense to include `"hu": "hu"` in `DOCUMENTATION_LANGUAGES` so the Hungarian docs can be built and published as well. --- weblate_language_data/docs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/weblate_language_data/docs.py b/weblate_language_data/docs.py index 0a714d9d6..127b73141 100644 --- a/weblate_language_data/docs.py +++ b/weblate_language_data/docs.py @@ -22,4 +22,5 @@ "de": "de", "nl": "nl", "ga": "ga", + "hu": "hu", }