mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-15 09:46:19 +01:00
🔥 Remove unused language country property
This commit is contained in:
@@ -74,7 +74,6 @@ const SettingsComponent = ({
|
|||||||
label: language.originalName,
|
label: language.originalName,
|
||||||
description: language.translatedName,
|
description: language.translatedName,
|
||||||
value: language.shortName,
|
value: language.shortName,
|
||||||
country: language.country,
|
|
||||||
}));
|
}));
|
||||||
|
|
||||||
const { t, i18n } = useTranslation(['user/preferences', 'common']);
|
const { t, i18n } = useTranslation(['user/preferences', 'common']);
|
||||||
|
|||||||
Reference in New Issue
Block a user