You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
378 B
15 lines
378 B
{ |
|
"$schema": "https://inlang.com/schema/project-settings", |
|
"modules": [ |
|
"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" |
|
], |
|
"plugin.inlang.messageFormat": { |
|
"pathPattern": "./messages/{locale}.json" |
|
}, |
|
"baseLocale": "et", |
|
"locales": [ |
|
"et", |
|
"en" |
|
] |
|
}
|
|
|