2024-12-07 20:24:09 +01:00
|
|
|
{
|
|
|
|
|
"$schema": "https://inlang.com/schema/project-settings",
|
2025-02-14 14:08:21 +01:00
|
|
|
"baseLocale": "en",
|
|
|
|
|
"locales": ["en", "fr", "en-pt"],
|
2024-12-07 20:24:09 +01:00
|
|
|
"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-missing-translation@latest/dist/index.js",
|
|
|
|
|
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-without-source@latest/dist/index.js",
|
|
|
|
|
"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": {
|
2025-02-14 14:08:21 +01:00
|
|
|
"pathPattern": "./messages/{locale}.json"
|
2024-12-07 20:24:09 +01:00
|
|
|
}
|
|
|
|
|
}
|