mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
43 lines
No EOL
991 B
JSON
43 lines
No EOL
991 B
JSON
{
|
|
"$schema": "https://inlang.com/schema/project-settings",
|
|
"sourceLanguageTag": "en",
|
|
"languageTags": [
|
|
"en",
|
|
"ar",
|
|
"cz",
|
|
"de",
|
|
"es",
|
|
"fa",
|
|
"fr",
|
|
"hr",
|
|
"id",
|
|
"it",
|
|
"ja",
|
|
"ko",
|
|
"nb",
|
|
"nl",
|
|
"pl",
|
|
"pt",
|
|
"pt-BR",
|
|
"ru",
|
|
"sk",
|
|
"tr",
|
|
"uk",
|
|
"zh",
|
|
"zh-tw"
|
|
],
|
|
"modules": [
|
|
"https://cdn.jsdelivr.net/npm/@inlang/plugin-json@4/dist/index.js",
|
|
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-empty-pattern@latest/dist/index.js",
|
|
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-identical-pattern@latest/dist/index.js",
|
|
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-missing-translation@latest/dist/index.js",
|
|
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-without-source@latest/dist/index.js"
|
|
],
|
|
"plugin.inlang.json": {
|
|
"pathPattern": "./src/assets/i18n/{languageTag}.json",
|
|
"variableReferencePattern": [
|
|
"{",
|
|
"}"
|
|
]
|
|
}
|
|
} |