chore: support fr locale

This commit is contained in:
Steven
2024-05-21 21:57:03 +08:00
parent 4444c72042
commit 6746b9dc58
17 changed files with 216 additions and 197 deletions

View File

@ -20,6 +20,10 @@ const PreferenceSection: React.FC = () => {
value: UserSetting_Locale.LOCALE_ZH,
label: "中文",
},
{
value: UserSetting_Locale.LOCALE_FR,
label: "Français",
},
];
const colorThemeOptions = [