From 5e212c83e463a1e1fea5b4eee5d6f5c95dae4f30 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 31 Aug 2020 13:22:42 +0200 Subject: [PATCH] Add Kosovo to country list --- src/pretix/settings.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pretix/settings.py b/src/pretix/settings.py index 58ac1e3ed..6e7919e78 100644 --- a/src/pretix/settings.py +++ b/src/pretix/settings.py @@ -726,3 +726,7 @@ OAUTH2_PROVIDER = { 'ROTATE_REFRESH_TOKEN': False, } + +COUNTRIES_OVERRIDE = { + 'XK': _('Kosovo'), +}