forked from CGM_Public/pretix_original
Fix selection of the wrong Portoguese
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user