mirror of https://github.com/jetkvm/kvm.git
28 lines
592 B
JSON
28 lines
592 B
JSON
{
|
|
"$schema": "https://inlang.com/schema/project-settings",
|
|
"baseLocale": "en",
|
|
"sourceLanguageTag": "en",
|
|
"languageTags": [
|
|
"en",
|
|
"da",
|
|
"de",
|
|
"es",
|
|
"fr",
|
|
"it",
|
|
"nb",
|
|
"sv",
|
|
"zh"
|
|
],
|
|
"modules": [
|
|
"https://cdn.jsdelivr.net/npm/@inlang/plugin-message-format@latest/dist/index.js",
|
|
"https://cdn.jsdelivr.net/npm/@inlang/plugin-m-function-matcher@latest/dist/index.js"
|
|
],
|
|
"plugin.inlang.messageFormat": {
|
|
"pathPattern": "./messages/{locale}.json"
|
|
},
|
|
"strategy": [
|
|
"localStorage",
|
|
"preferredLanguage",
|
|
"baseLocale"
|
|
]
|
|
} |