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 { useRouter } from 'next/router'
import { GraphNavigationRadioGroup } from './GraphNavigationRadioGroup' import { GraphNavigationRadioGroup } from './GraphNavigationRadioGroup'
//Sprache ein und ausblenden
const localeHumanReadable = { const localeHumanReadable = {
en: 'English', en: 'English',
fr: 'Français', //fr: 'Français',
de: 'Deutsch', de: 'Deutsch',
pt: 'Português', //pt: 'Português',
'pt-BR': 'Português (BR)', //'pt-BR': 'Português (BR)',
ro: 'Română', //ro: 'Română',
es: 'Español', //es: 'Español',
it: 'Italiano', //it: 'Italiano',
} as const } as const
export const UserPreferencesForm = () => { export const UserPreferencesForm = () => {