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

@@ -211,6 +211,11 @@ const cn = {
},
SendKey: "发送键",
Theme: "主题",
ThemeOptions: {
auto: "自动",
light: "亮色",
dark: "深色",
},
TightBorder: "无边框模式",
SendPreviewBubble: {
Title: "预览气泡",