From 403c4f44995fcd6e49f8f7500930d0c8f239dcd7 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 29 Oct 2021 10:23:57 +0200 Subject: [PATCH] Add Galician as an incubating language --- src/pretix/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pretix/settings.py b/src/pretix/settings.py index 223c3586c1..b1050b6165 100644 --- a/src/pretix/settings.py +++ b/src/pretix/settings.py @@ -514,12 +514,13 @@ ALL_LANGUAGES = [ ('ru', _('Russian')), ('es', _('Spanish')), ('tr', _('Turkish')), + ('gl', _('Galician')), ] LANGUAGES_OFFICIAL = { 'en', 'de', 'de-informal' } LANGUAGES_INCUBATING = { - 'pl', 'fi', 'pt-br' + 'pl', 'fi', 'pt-br', 'gl' } - set(config.get('languages', 'allow_incubating', fallback='').split(',')) LANGUAGES_RTL = { 'ar', 'hw'