🚑 Fix pt-BR i18n loading

This commit is contained in:
Baptiste Arnaud
2023-09-05 18:36:22 +02:00
parent aaa208cef4
commit be0c619316
4 changed files with 13 additions and 13 deletions

View File

@@ -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 = () => {