Fix pt_br language code.

This commit is contained in:
Fabio Caccamo
2022-10-17 14:37:08 +02:00
parent ead930d3b4
commit d48c8cc182
+1 -1
View File
@@ -109,7 +109,7 @@ LANGUAGES = (
("fr", "Français"),
("it", "Italiano"),
("pl", "Polski"),
("pt-br", "Português"),
("pt_br", "Português"),
("tr", "Türk"),
)
LANGUAGE_CODE = "en"