deaktivieren nicht benötigter Sprachen
This commit is contained in:
@ -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 = () => {
|
||||||
|
Reference in New Issue
Block a user