From e4817518d8bac1269c5c4e1416874a884b69ecdf Mon Sep 17 00:00:00 2001 From: luto Date: Wed, 6 Apr 2022 19:45:58 +0200 Subject: [PATCH] Add Czech translation --- 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 08f522569c..caeff08901 100644 --- a/src/pretix/settings.py +++ b/src/pretix/settings.py @@ -525,12 +525,13 @@ ALL_LANGUAGES = [ ('es', _('Spanish')), ('tr', _('Turkish')), ('gl', _('Galician')), + ('cs', _('Czech')), ] LANGUAGES_OFFICIAL = { 'en', 'de', 'de-informal' } LANGUAGES_INCUBATING = { - 'pl', 'fi', 'pt-br', 'gl' + 'pl', 'fi', 'pt-br', 'gl', 'cs' } - set(config.get('languages', 'allow_incubating', fallback='').split(',')) LANGUAGES_RTL = { 'ar', 'hw'