returned geo hooks

This commit is contained in:
Ali 2025-03-31 20:48:13 +04:00
parent 3d1da2fe43
commit cf2093a5b2
1 changed files with 2 additions and 0 deletions

View File

@ -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()