From 95a8ac1387f64a207704609eb1059820456cceac Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 4 Jan 2024 14:10:59 +0000 Subject: [PATCH] Enable Russian and Ukranian languages by default --- snikket_web/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snikket_web/__init__.py b/snikket_web/__init__.py index 53db150..0ff473c 100644 --- a/snikket_web/__init__.py +++ b/snikket_web/__init__.py @@ -158,7 +158,9 @@ class AppConfig: "id", "it", "pl", + "ru", "sv", + "uk", "zh_Hans_CN", ], converter=autosplit) apple_store_url = environ.var(