diff --git a/src/i18n/index.ts b/src/i18n/index.ts index 2d2c1cddb..8b49bc9df 100644 --- a/src/i18n/index.ts +++ b/src/i18n/index.ts @@ -15,6 +15,7 @@ export const SUPPORTED_LOCALES = { 'pt-PT': 'Português', 'zh-CN': 'Chinese', 'no-NO': 'Norsk Bokmål', + 'es-ES': 'Español', } as const export type SupportedLocale = keyof typeof SUPPORTED_LOCALES