From 89d8ca0fc28f219da7723e3a1ea2a0289b9f4245 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 5 Aug 2025 09:28:34 +0200 Subject: [PATCH] Add two more country translations (Z#23166278) --- src/pretix/helpers/countries.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pretix/helpers/countries.py b/src/pretix/helpers/countries.py index 2912754ad..cb02e4599 100644 --- a/src/pretix/helpers/countries.py +++ b/src/pretix/helpers/countries.py @@ -127,4 +127,6 @@ custom_translations = [ # is merged gettext_noop("Belarus"), gettext_noop("French Guiana"), + gettext_noop("North Macedonia"), + gettext_noop("Macao"), ]