- Translations completed for Front-End, Configs (e.g. Forms) and free text.
- Allowed_languages and default_language now part of Tenant Make iso Tenant - Introduction of Translation into Traicie Selection Specialist
This commit is contained in:
@@ -52,6 +52,8 @@ def register_cache_handlers(app):
|
||||
register_specialist_cache_handlers(cache_manager)
|
||||
from eveai_chat_workers.chat_session_cache import register_chat_session_cache_handlers
|
||||
register_chat_session_cache_handlers(cache_manager)
|
||||
from common.utils.cache.translation_cache import register_translation_cache_handlers
|
||||
register_translation_cache_handlers(cache_manager)
|
||||
|
||||
|
||||
app, celery = create_app()
|
||||
|
||||
Reference in New Issue
Block a user