add Italian locale

This commit is contained in:
jonaswinkler
2021-02-26 12:55:39 +01:00
parent 9b581b06d0
commit 0f1d8d82e3
4 changed files with 8 additions and 3 deletions

View File

@@ -299,7 +299,8 @@ LANGUAGES = [
("de", _("German")),
("nl-nl", _("Dutch")),
("fr", _("French")),
("pt-br", _("Portuguese (Brazil)"))
("pt-br", _("Portuguese (Brazil)")),
("it", _("Italian"))
]
LOCALE_PATHS = [