Add Spanish translations to i18n index

This commit is contained in:
Ryan Casas
2026-02-19 12:16:40 +01:00
committed by GitHub
parent 6bba9b6199
commit 9568b7d345
+2
View File
@@ -9,6 +9,7 @@ import ptTranslations from './locales/pt.json' with {type: 'json'};
import bgTranslations from './locales/bg.json' with {type: 'json'};
import csTranslations from './locales/cs.json' with {type: 'json'};
import plTranslations from './locales/pl.json' with {type: 'json'};
import esTranslations from './locales/es.json' with {type: 'json'};
export {
SUPPORTED_LANGUAGES,
@@ -43,6 +44,7 @@ const translationsMap: Record<string, Translations> = {
bg: bgTranslations,
cs: csTranslations,
pl: plTranslations,
es: esTranslations,
};
// In-memory cache for loaded translations