feat(i18n): add Italian localization
Add complete Italian translation (497 keys) based on PR #7 by @albanobattistella. Fixed filename from "it. json" to "it.json" and registered Italian in SUPPORTED_LOCALES and the locale picker component. Co-Authored-By: albanobattistella <34811668+albanobattistella@users.noreply.github.com> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
* Dependencies: none (vanilla JS, Fetch API, Intl API)
|
||||
*/
|
||||
|
||||
const SUPPORTED_LOCALES = ['de', 'en'];
|
||||
const SUPPORTED_LOCALES = ['de', 'en', 'it'];
|
||||
const DEFAULT_LOCALE = 'de';
|
||||
const STORAGE_KEY = 'oikos-locale';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user