feat(i18n): add backend translation utility with shared locale files
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
from .file_parser import FileParser
|
||||
from .llm_client import LLMClient
|
||||
from .locale import t, get_locale, get_language_instruction
|
||||
|
||||
__all__ = ['FileParser', 'LLMClient']
|
||||
__all__ = ['FileParser', 'LLMClient', 't', 'get_locale', 'get_language_instruction']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user