优化webui
This commit is contained in:
@@ -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, {})
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"language_name": "English",
|
||||
"t": {
|
||||
"app.title": "🔨 ReelForge - Modular Video Creation Platform",
|
||||
"app.title": "⚡ ReelForge - AI Auto Short Video Engine",
|
||||
"app.subtitle": "Forge your perfect reel engine",
|
||||
|
||||
"section.content_input": "📖 Content Input",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"language_name": "简体中文",
|
||||
"t": {
|
||||
"app.title": "🔨 ReelForge - 模块化视频创作平台",
|
||||
"app.title": "⚡ ReelForge - AI 全自动短视频引擎",
|
||||
"app.subtitle": "打造专属你的视频创作引擎",
|
||||
|
||||
"section.content_input": "📖 内容输入",
|
||||
|
||||
Reference in New Issue
Block a user