Fix `pt_br` language code.

master
Fabio Caccamo 2022-10-17 14:37:08 +02:00
parent ead930d3b4
commit d48c8cc182
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ LANGUAGES = (
("fr", "Français"), ("fr", "Français"),
("it", "Italiano"), ("it", "Italiano"),
("pl", "Polski"), ("pl", "Polski"),
("pt-br", "Português"), ("pt_br", "Português"),
("tr", "Türk"), ("tr", "Türk"),
) )
LANGUAGE_CODE = "en" LANGUAGE_CODE = "en"