Skip to content

Commit

Permalink
add de/fr/it to ui language options
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name authored and alphatownsman committed Jan 13, 2025
1 parent 72837c7 commit f860c66
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion boofilsic/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,12 @@

SUPPORTED_UI_LANGUAGES = {
"en": _("English"),
"da": _("Danish"),
"de": _("German"),
"fr": _("French"),
"it": _("Italian"),
"zh-hans": _("Simplified Chinese"),
"zh-hant": _("Traditional Chinese"),
"da": _("Danish"),
}

LANGUAGES = SUPPORTED_UI_LANGUAGES.items()
Expand Down

0 comments on commit f860c66

Please sign in to comment.