From 2f8e72410480194e7c8b60631e90fbb151959f84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Sun, 31 Jan 2021 20:51:03 +0100 Subject: [PATCH] Enable Polish by default --- snikket_web/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/snikket_web/__init__.py b/snikket_web/__init__.py index f8a2716..c5d01b4 100644 --- a/snikket_web/__init__.py +++ b/snikket_web/__init__.py @@ -148,6 +148,7 @@ class AppConfig: "en", "fr", "id", + "po", ], converter=autosplit) apple_store_url = environ.var("")