2
0

deaktivieren nicht benötigter Sprachen

This commit is contained in:
2024-09-12 13:55:10 +02:00
parent cbd6d511bd
commit 0a4ff7d22b

View File

@ -18,15 +18,16 @@ import { useTranslate, useTolgee } from '@tolgee/react'
import { useRouter } from 'next/router'
import { GraphNavigationRadioGroup } from './GraphNavigationRadioGroup'
//Sprache ein und ausblenden
const localeHumanReadable = {
en: 'English',
fr: 'Français',
//fr: 'Français',
de: 'Deutsch',
pt: 'Português',
'pt-BR': 'Português (BR)',
ro: 'Română',
es: 'Español',
it: 'Italiano',
//pt: 'Português',
//'pt-BR': 'Português (BR)',
//ro: 'Română',
//es: 'Español',
//it: 'Italiano',
} as const
export const UserPreferencesForm = () => {