From 6750744c6b43fce47c4f73e07a4b7f41b7f17fbb Mon Sep 17 00:00:00 2001 From: lapineige Date: Tue, 23 Apr 2024 21:27:07 +0200 Subject: [PATCH] Yologen : add languages buttons + disclaimer (#2255) Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> --- tools/app_generator/templates/index.html | 33 +++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/tools/app_generator/templates/index.html b/tools/app_generator/templates/index.html index c1d74c8c..db8d8fe2 100644 --- a/tools/app_generator/templates/index.html +++ b/tools/app_generator/templates/index.html @@ -34,7 +34,38 @@ YunoHost app generator {% block content %}

{{ gettext("Yunohost application generation form") }}

-

Version: {{ generator_info['GENERATOR_VERSION'] }}

+

Version: {{ generator_info['GENERATOR_VERSION'] }}

+ + + + + + +
+ {% for lang in AVAILABLE_LANGUAGES.items() %} + + {% endfor %} +
+
{{ main_form.hidden_tag() }}