We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db04dbe + adf253b commit a17eef6Copy full SHA for a17eef6
tabs/settings.py
@@ -52,9 +52,7 @@ def lang_tab():
52
with gr.Column():
53
selected_language = gr.Dropdown(
54
label=i18n("Language"),
55
- info=i18n(
56
- "Select the language you want to use. (Requires restarting App)"
57
- ),
+ info=i18n("Select the language you want to use. (Requires restarting App)"),
58
value=get_language_settings(),
59
choices=["Language automatically detected in the system"]
60
+ i18n._get_available_languages(),
0 commit comments