🔥 Remove unused language country property

This commit is contained in:
ajnart
2023-11-09 03:28:17 +01:00
parent 886a48cd75
commit 694acafe21

View File

@@ -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']);