Fix selection of the wrong Portoguese

This commit is contained in:
Raphael Michel
2020-10-28 14:23:50 +01:00
parent f9d1dc7181
commit 95aa7b7619

View File

@@ -433,7 +433,7 @@ LANGUAGES_OFFICIAL = {
'en', 'de', 'de-informal'
}
LANGUAGES_INCUBATING = {
'pl', 'fi', 'pt-pt'
'pl', 'fi', 'pt-br'
} - set(config.get('languages', 'allow_incubating', fallback='').split(','))
LANGUAGES_RTL = {
'ar', 'hw'