mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 15:15:44 -03:00
refactor(i18n): Remove server_i18n references from routes and update translations in zh-CN and zh-TW locales
This commit is contained in:
@@ -131,9 +131,7 @@ class BaseModelRoutes(ABC):
|
||||
'settings': settings,
|
||||
'request': request,
|
||||
'folders': [],
|
||||
# 添加服务端翻译函数
|
||||
't': server_i18n.get_translation,
|
||||
'server_i18n': server_i18n,
|
||||
}
|
||||
|
||||
if not is_initializing:
|
||||
|
||||
Reference in New Issue
Block a user