[Update] Config Window: Localization. とりあえずの日本語さらに追加(表記ゆれあり)

This commit is contained in:
Sakamoto Shiina
2023-09-26 12:40:48 +09:00
parent d58ad09708
commit cae92e2252
3 changed files with 63 additions and 4 deletions

View File

@@ -256,7 +256,7 @@ class View():
# Others Tab
VAR_LABEL_ENABLE_AUTO_CLEAR_MESSAGE_BOX=StringVar(value=i18n.t("config_window.auto_clear_the_message_box.label")),
VAR_DESC_ENABLE_AUTO_CLEAR_MESSAGE_BOX=StringVar(value=i18n.t("config_window.auto_clear_the_message_box.desc")),
VAR_DESC_ENABLE_AUTO_CLEAR_MESSAGE_BOX=None,
CALLBACK_SET_ENABLE_AUTO_CLEAR_MESSAGE_BOX=None,
VAR_ENABLE_AUTO_CLEAR_MESSAGE_BOX=BooleanVar(value=config.ENABLE_AUTO_CLEAR_MESSAGE_BOX),