migrate user-facing text to i18n (#581)

This commit is contained in:
呵呵です
2026-01-27 05:20:41 +08:00
committed by GitHub
parent 95aa00e2cd
commit 28a02aec0f
20 changed files with 302 additions and 54 deletions

View File

@@ -1,6 +1,6 @@
from typing import cast
from ..i18n.model import Lang
from ..i18n import Lang
from .typedefs import Lang as LangType