chore: add ja locale

This commit is contained in:
Steven
2024-07-15 22:26:46 +08:00
parent 9b6ba2a5bb
commit 5dca1373fc
11 changed files with 112 additions and 86 deletions

View File

@ -24,6 +24,10 @@ const PreferenceSection: React.FC = () => {
value: UserSetting_Locale.LOCALE_FR,
label: "Français",
},
{
value: UserSetting_Locale.LOCALE_JA,
label: "日本語",
},
];
const colorThemeOptions = [