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