From cf2093a5b2838b7b77bd8360ba77bef4174801f5 Mon Sep 17 00:00:00 2001 From: Ali <010109ali@gmail.com> Date: Mon, 31 Mar 2025 20:48:13 +0400 Subject: [PATCH] returned geo hooks --- az_locale/install.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/az_locale/install.py b/az_locale/install.py index bf9e2d7..ede6027 100644 --- a/az_locale/install.py +++ b/az_locale/install.py @@ -1,4 +1,6 @@ from az_locale.locale.setup_locale import setup_locale +from az_locale.locale.update_languages import update_languages def after_install(): setup_locale() # Добавляем файлы локализации + update_languages()