mirror of
https://github.com/knadh/listmonk.git
synced 2024-11-10 09:02:36 +08:00
20 lines
934 B
JSON
20 lines
934 B
JSON
|
{
|
||
|
"$schema":"https://inlang.com/schema/project-settings",
|
||
|
"sourceLanguageTag": "en",
|
||
|
"languageTags": ["ca", "cs-cz", "cy", "de", "en", "es", "fi", "fr", "hu", "it", "jp", "ml", "nl", "pl", "pt-BR", "pt", "ro", "ru", "se", "sk", "tr", "vi", "zh-CN", "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@1/dist/index.js",
|
||
|
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-identical-pattern@1/dist/index.js",
|
||
|
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-without-source@1/dist/index.js",
|
||
|
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-missing-translation@1/dist/index.js"
|
||
|
],
|
||
|
"plugin.inlang.json": {
|
||
|
"pathPattern": "./i18n/{languageTag}.json",
|
||
|
"variableReferencePattern": [
|
||
|
"{",
|
||
|
"}"
|
||
|
]
|
||
|
}
|
||
|
}
|