mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-10 14:22:46 +02:00
Add localization support (#333)
* Add updated i18n config and en locale
This commit is contained in:
@@ -20,7 +20,7 @@ export const SettingsSection = ({ options }: SettingsSectionProps) => {
|
||||
.filter((o) => !o.isHidden)
|
||||
.map((option) => (
|
||||
<SettingsOptions
|
||||
key={`general-${option.title}`}
|
||||
key={`option-${option.title}`}
|
||||
{...option}
|
||||
/>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user