From d70ccca2196074e6296b61552a6af5fb8bf4e907 Mon Sep 17 00:00:00 2001 From: matograine <matograine@zaclys.net> Date: Sun, 24 Apr 2022 20:52:45 +0200 Subject: [PATCH] fix lang menu build --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index d79115c..86d9350 100644 --- a/build.py +++ b/build.py @@ -39,7 +39,7 @@ def lang_menu(current_lang, langs): menu_infos = { "LANGUAGE_DROPDOWN_MENU": li_menu, - "LANGUAGE_DROPDOWN_MENU_LABEL": lang + "LANGUAGE_DROPDOWN_MENU_LABEL": current_lang } return menu_infos -- GitLab