fix up language file locations

This commit is contained in:
jonaswinkler
2021-03-06 22:20:06 +01:00
parent 67af5c42a3
commit e2f2b8e2d6
11 changed files with 8 additions and 8 deletions

View File

@@ -297,12 +297,12 @@ LANGUAGE_CODE = 'en-us'
LANGUAGES = [
("en-us", _("English (US)")),
("en-gb", _("English (GB)")),
("de", _("German")),
("de-de", _("German")),
("nl-nl", _("Dutch")),
("fr", _("French")),
("fr-fr", _("French")),
("pt-br", _("Portuguese (Brazil)")),
("it", _("Italian")),
("ro", _("Romanian"))
("it-it", _("Italian")),
("ro-ro", _("Romanian"))
]
LOCALE_PATHS = [