From 95aa7b7619b2092ff9b832a31b1fae93ff3d0e04 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 28 Oct 2020 14:23:50 +0100 Subject: [PATCH] Fix selection of the wrong Portoguese --- src/pretix/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/settings.py b/src/pretix/settings.py index 71911324e..4913cf660 100644 --- a/src/pretix/settings.py +++ b/src/pretix/settings.py @@ -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'