add Italian locale

This commit is contained in:
jonaswinkler
2021-02-26 12:55:39 +01:00
parent 4ce79955f8
commit 573726d0b2
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 = [