Add support for pt-BR

This commit is contained in:
Omar Roth
2019-12-05 15:26:35 -05:00
parent 5751bb2481
commit 0e844edacb
3 changed files with 2 additions and 2 deletions

View File

@ -84,8 +84,9 @@ LOCALES = {
"is" => load_locale("is"),
"it" => load_locale("it"),
"ja" => load_locale("ja"),
"nb_NO" => load_locale("nb_NO"),
"nb-NO" => load_locale("nb-NO"),
"nl" => load_locale("nl"),
"pt-BR" => load_locale("pt-BR"),
"pl" => load_locale("pl"),
"ro" => load_locale("ro"),
"ru" => load_locale("ru"),