Make es-ES the default for Spanish.

This commit is contained in:
Mike Cao 2023-12-20 00:04:06 -08:00
parent 479ce985a9
commit e86dfa43af
2 changed files with 1 additions and 218 deletions

View file

@ -56,7 +56,7 @@ export const languages = {
'el-GR': { label: 'Ελληνικά', dateLocale: el },
'en-GB': { label: 'English (UK)', dateLocale: enGB },
'en-US': { label: 'English (US)', dateLocale: enUS },
'es-MX': { label: 'Español', dateLocale: es },
'es-ES': { label: 'Español', dateLocale: es },
'fa-IR': { label: 'فارسی', dateLocale: faIR, dir: 'rtl' },
'fi-FI': { label: 'Suomi', dateLocale: fi },
'fo-FO': { label: 'Føroyskt' },