Revert "进一步的 kvmd 国际化(汉化)支持,添加配置入口"

This reverts commit 35397c5414.
This commit is contained in:
mofeng-git
2024-11-20 11:51:37 +00:00
parent 50819d0a35
commit b419641251
47 changed files with 181 additions and 567 deletions

View File

@@ -27,13 +27,13 @@ from .... import usb
from .. import MsdOperationError
from ....languages import Languages
from ....lanuages import Lanuages
# =====
class MsdDriveLockedError(MsdOperationError):
def __init__(self) -> None:
super().__init__(Languages().gettext("MSD drive is locked on IO operation"))
super().__init__(Lanuages().gettext("MSD drive is locked on IO operation"))
# =====