优化webui

This commit is contained in:
puke
2025-10-26 17:55:14 +08:00
committed by puke
parent 5acf0a53b6
commit 8c035f301d
4 changed files with 4 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ def tr(key: str, fallback: Optional[str] = None, **kwargs) -> str:
Translated text
Example:
tr("app.title") # => "ReelForge - AI书单视频生成器"
tr("app.title") # => "ReelForge"
tr("error.missing_field", field="API Key") # => "请填写 API Key"
"""
locale = _locales.get(_current_language, {})