Add Languages editor to admin tools

This commit is contained in:
rubenwardy
2024-02-25 15:41:37 +00:00
parent e138eb9c72
commit 1656c79c1d
6 changed files with 137 additions and 1 deletions

View File

@@ -182,6 +182,7 @@
role="button"
aria-expanded="false">
<i class="fas fa-language"></i>
<span class="sr-only">{{ _("Languages") }}</span>
</a>
<ul class="dropdown-menu dropdown-menu-right" role="menu">
{% for locale, locale_name in config["LANGUAGES"].items() %}