fix: Use same i18n spanish key from web (#5392)

This commit is contained in:
Diego Mello 2023-12-11 18:04:10 -03:00 committed by GitHub
parent 3a5173ffda
commit 274b88701f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -35,9 +35,9 @@ export const LANGUAGES: ILanguage[] = [
file: () => require('./locales/de.json')
},
{
label: 'Español (ES)',
value: 'es-ES',
file: () => require('./locales/es-ES.json')
label: 'Español',
value: 'es',
file: () => require('./locales/es.json')
},
{
label: 'Finnish',