use i18n for theme setting

This commit is contained in:
fishshi
2025-01-22 23:02:04 +08:00
parent 6a862372f7
commit 485c3c7509
4 changed files with 17 additions and 2 deletions

View File

@@ -213,6 +213,11 @@ const en: LocaleType = {
},
SendKey: "Send Key",
Theme: "Theme",
ThemeOptions: {
auto: "Auto",
light: "Light",
dark: "Dark",
},
TightBorder: "Tight Border",
SendPreviewBubble: {
Title: "Send Preview Bubble",