We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda3f80 commit 4c1eecaCopy full SHA for 4c1eeca
src/app/i18n/locales/en.json
@@ -173,7 +173,9 @@
173
"theme": {
174
"auto": "Auto",
175
"light": "Light",
176
- "dark": "Dark"
+ "dark": "Dark",
177
+ "selectTheme": "Select Theme",
178
+ "selectThemeColor": "Select Theme Color"
179
},
180
"language": {
181
"label": "English",
src/app/i18n/locales/zh.json
"auto": "自动",
"light": "浅色",
- "dark": "深色"
+ "dark": "深色",
+ "selectTheme": "选择主题",
+ "selectThemeColor": "选择主题色"
"label": "简体中文",
0 commit comments