feat(i18n): add Spanish (Español) language support
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
* Dependencies: none (vanilla JS, Fetch API, Intl API)
|
||||
*/
|
||||
|
||||
const SUPPORTED_LOCALES = ['de', 'en', 'it', 'sv'];
|
||||
const SUPPORTED_LOCALES = ['de', 'en', 'es', 'it', 'sv'];
|
||||
const DEFAULT_LOCALE = 'de';
|
||||
const STORAGE_KEY = 'oikos-locale';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user