feat(i18n): add Spanish (Español) language support

This commit is contained in:
Ulas
2026-04-05 22:17:08 +02:00
parent 3799a7f952
commit 6702bc5291
3 changed files with 601 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ import { t, setLocale, getLocale, getSupportedLocales } from '/i18n.js';
const LOCALE_LABELS = {
de: 'Deutsch',
en: 'English',
es: 'Español',
it: 'Italiano',
sv: 'Svenska',
};