mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-03 12:17:55 +00:00
chore: support fr locale
This commit is contained in:
@ -20,6 +20,10 @@ const PreferenceSection: React.FC = () => {
|
||||
value: UserSetting_Locale.LOCALE_ZH,
|
||||
label: "中文",
|
||||
},
|
||||
{
|
||||
value: UserSetting_Locale.LOCALE_FR,
|
||||
label: "Français",
|
||||
},
|
||||
];
|
||||
|
||||
const colorThemeOptions = [
|
||||
|
Reference in New Issue
Block a user