From d7b5b1bfa8d35c14f4bf0cc2dbf9497cd7b249b0 Mon Sep 17 00:00:00 2001 From: Maya Date: Wed, 15 Oct 2025 18:39:36 +0300 Subject: [PATCH] fix: add italian to ui --- project.inlang/settings.json | 2 +- src/lib/store/index.svelte.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/project.inlang/settings.json b/project.inlang/settings.json index 4ce5735..02afcce 100644 --- a/project.inlang/settings.json +++ b/project.inlang/settings.json @@ -1,7 +1,7 @@ { "$schema": "https://inlang.com/schema/project-settings", "baseLocale": "en", - "locales": ["en", "es", "fr", "de", "hr", "tr", "ja"], + "locales": ["en", "es", "fr", "de", "it", "hr", "tr", "ja"], "modules": [ "https://cdn.jsdelivr.net/npm/@inlang/plugin-message-format@4/dist/index.js", "https://cdn.jsdelivr.net/npm/@inlang/plugin-m-function-matcher@2/dist/index.js" diff --git a/src/lib/store/index.svelte.ts b/src/lib/store/index.svelte.ts index 191ebdd..372a9f6 100644 --- a/src/lib/store/index.svelte.ts +++ b/src/lib/store/index.svelte.ts @@ -322,6 +322,7 @@ export const availableLocales = { es: "Español", fr: "Français", de: "Deutsch", + it: "Italiano", hr: "Hrvatski", tr: "Türkçe", ja: "日本語",