From ad094bcfc0d63fd7c6906b3283921e8f82a5dfd3 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 26 Oct 2020 16:41:43 +0100 Subject: [PATCH] Remove pt-PT from incubating languages --- 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 f418917669..71911324e7 100644 --- a/src/pretix/settings.py +++ b/src/pretix/settings.py @@ -433,7 +433,7 @@ LANGUAGES_OFFICIAL = { 'en', 'de', 'de-informal' } LANGUAGES_INCUBATING = { - 'pt-br', 'pl', 'fi', 'pt-pt' + 'pl', 'fi', 'pt-pt' } - set(config.get('languages', 'allow_incubating', fallback='').split(',')) LANGUAGES_RTL = { 'ar', 'hw'