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

@@ -1533,7 +1533,7 @@ export function Settings() {
>
{Object.values(Theme).map((v) => (
<option value={v} key={v}>
{v}
{Locale.Settings.ThemeOptions[v]}
</option>
))}
</Select>