mirror of https://github.com/VERT-sh/VERT.git
fix: add italian to ui
This commit is contained in:
parent
bafb8f2bfb
commit
d7b5b1bfa8
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://inlang.com/schema/project-settings",
|
"$schema": "https://inlang.com/schema/project-settings",
|
||||||
"baseLocale": "en",
|
"baseLocale": "en",
|
||||||
"locales": ["en", "es", "fr", "de", "hr", "tr", "ja"],
|
"locales": ["en", "es", "fr", "de", "it", "hr", "tr", "ja"],
|
||||||
"modules": [
|
"modules": [
|
||||||
"https://cdn.jsdelivr.net/npm/@inlang/plugin-message-format@4/dist/index.js",
|
"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"
|
"https://cdn.jsdelivr.net/npm/@inlang/plugin-m-function-matcher@2/dist/index.js"
|
||||||
|
|
|
||||||
|
|
@ -322,6 +322,7 @@ export const availableLocales = {
|
||||||
es: "Español",
|
es: "Español",
|
||||||
fr: "Français",
|
fr: "Français",
|
||||||
de: "Deutsch",
|
de: "Deutsch",
|
||||||
|
it: "Italiano",
|
||||||
hr: "Hrvatski",
|
hr: "Hrvatski",
|
||||||
tr: "Türkçe",
|
tr: "Türkçe",
|
||||||
ja: "日本語",
|
ja: "日本語",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue