feat: add option to show translation loading

This commit is contained in:
Bo26fhmC5M
2025-02-16 08:53:41 +09:00
parent 82527f2f7d
commit 1562f0549f
5 changed files with 12 additions and 1 deletions

View File

@@ -1044,4 +1044,5 @@ export const languageEnglish = {
emptySelectedFirstMessageLabel: "WARN: Selected first message is empty",
},
bulkEnabling: "Lorebook Bulk Enabling",
showTranslationLoading: "Show Translation Loading",
}

View File

@@ -966,4 +966,5 @@ export const languageKorean = {
"emptySelectedFirstMessageLabel": "경고: 선택된 첫 메시지가 비어있습니다"
},
"bulkEnabling": "한번에 로어북 활성화 버튼",
"showTranslationLoading": "번역 로딩 보이기",
}