about summary refs log tree commit diff
path: root/nixpkgs/pkgs/by-name/pr/pretix/language-build.patch
blob: b4043b95446d65a500f92821daabea2eb8a3df02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/pretix/_build_settings.py b/src/pretix/_build_settings.py
index d1ea73b84..9e13cdc87 100644
--- a/src/pretix/_build_settings.py
+++ b/src/pretix/_build_settings.py
@@ -49,6 +49,7 @@ HAS_MEMCACHED = False
 HAS_CELERY = False
 HAS_GEOIP = False
 SENTRY_ENABLED = False
+LANGUAGES = ALL_LANGUAGES
 
 for entry_point in entry_points(group='pretix.plugin'):
     INSTALLED_APPS.append(entry_point.module) # noqa: F405