From fa61ee4e1131f1d62eab1c519c41f6ff62bed9ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Mazur?= Date: Wed, 3 Feb 2021 21:55:16 +0100 Subject: [PATCH] Update __init__.py Wrong Polish language ISO code. That's probably why it doesn't work. --- snikket_web/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snikket_web/__init__.py b/snikket_web/__init__.py index 5aeeda3..b45b835 100644 --- a/snikket_web/__init__.py +++ b/snikket_web/__init__.py @@ -149,7 +149,7 @@ class AppConfig: "en", "fr", "id", - "po", + "pl", ], converter=autosplit) apple_store_url = environ.var("")