mirror of
https://github.com/minibits-cash/minibits_wallet.git
synced 2026-08-10 16:43:19 +00:00
32 lines
894 B
JSON
32 lines
894 B
JSON
{
|
|
"$schema": "https://inlang.com/schema/project-settings",
|
|
"sourceLanguageTag": "en",
|
|
"languageTags": [
|
|
"en",
|
|
"sk"
|
|
],
|
|
"modules": [
|
|
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-empty-pattern@latest/dist/index.js",
|
|
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-without-source@latest/dist/index.js",
|
|
"https://cdn.jsdelivr.net/gh/KraXen72/inlang-t-function-jsx-hybrid-matcher/dist/index.js",
|
|
"https://cdn.jsdelivr.net/npm/@inlang/plugin-json@latest/dist/index.js"
|
|
],
|
|
"plugin.inlang.json": {
|
|
"pathPattern": "./src/i18n_messages/{languageTag}.json",
|
|
"variableReferencePattern": [
|
|
"%{",
|
|
"}"
|
|
]
|
|
},
|
|
"plugin.minibits.inlangmatcher": {
|
|
"preferredTfuncName": "translate",
|
|
"recognizedTfuncNames": [
|
|
"translate"
|
|
],
|
|
"recognizedJSXAttributes": [
|
|
"tx",
|
|
"subTx",
|
|
"contentTx"
|
|
]
|
|
}
|
|
} |