2025-03-20 19:57:41 +01:00
|
|
|
{
|
2025-03-23 20:13:58 +01:00
|
|
|
"$schema": "https://inlang.com/schema/project-settings",
|
2025-06-02 14:08:32 +02:00
|
|
|
"baseLocale": "en",
|
2025-06-06 16:27:33 +02:00
|
|
|
"locales": ["cs", "da", "de", "en", "es", "fr", "it", "nl", "pl", "pt-BR", "ru", "zh-CN"],
|
2025-03-23 20:13:58 +01:00
|
|
|
"modules": [
|
2025-03-29 22:50:51 +01:00
|
|
|
"./node_modules/@inlang/plugin-message-format/dist/index.js",
|
|
|
|
|
"./node_modules/@inlang/plugin-m-function-matcher/dist/index.js"
|
2025-03-23 20:13:58 +01:00
|
|
|
],
|
|
|
|
|
"plugin.inlang.messageFormat": {
|
|
|
|
|
"pathPattern": "./messages/{locale}.json"
|
|
|
|
|
}
|
2025-03-21 22:24:55 +01:00
|
|
|
}
|