🌐 Add es and ro support

This commit is contained in:
Baptiste Arnaud
2023-11-19 08:52:59 +01:00
parent 1e64a73e54
commit f6ac3891f8
10 changed files with 529 additions and 10 deletions

View File

@@ -25,6 +25,8 @@ const localeHumanReadable = {
de: 'Deutsch',
pt: 'Português',
'pt-BR': 'Português (BR)',
ro: 'Română',
es: 'Español',
} as const
export const UserPreferencesForm = () => {