项目重命名: ReelForge => Pixelle-Video

This commit is contained in:
puke
2025-10-31 10:23:38 +08:00
parent dfdba73b74
commit 136514e466
60 changed files with 384 additions and 383 deletions

View File

@@ -1,5 +1,5 @@
"""
International language support for ReelForge Web UI
International language support for Pixelle-Video Web UI
"""
import json
@@ -64,7 +64,7 @@ def tr(key: str, fallback: Optional[str] = None, **kwargs) -> str:
Translated text
Example:
tr("app.title") # => "ReelForge"
tr("app.title") # => "Pixelle-Video"
tr("error.missing_field", field="API Key") # => "请填写 API Key"
"""
locale = _locales.get(_current_language, {})