feat(i18n): enable Spanish translation

This commit is contained in:
kolaente 2023-06-21 20:12:56 +02:00
parent bd17afe466
commit ff6645d2ab
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -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