feat(i18n): add Spanish (Español) language support
This commit is contained in:
@@ -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',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user