🚑 Fix pt-BR i18n loading
This commit is contained in:
@@ -19,11 +19,11 @@ import { ChevronDownIcon } from '@/components/icons'
|
||||
import { MoreInfoTooltip } from '@/components/MoreInfoTooltip'
|
||||
|
||||
const localeHumanReadable = {
|
||||
en: 'English',
|
||||
fr: 'Français',
|
||||
de: 'Deutsch',
|
||||
pt: 'Português',
|
||||
pt_BR: 'Português (BR)'
|
||||
en: 'English',
|
||||
fr: 'Français',
|
||||
de: 'Deutsch',
|
||||
pt: 'Português',
|
||||
'pt-BR': 'Português (BR)',
|
||||
} as const
|
||||
|
||||
export const UserPreferencesForm = () => {
|
||||
|
||||
Reference in New Issue
Block a user