Files
pocket-id/frontend/project.inlang/settings.json
2025-06-06 16:27:33 +02:00

13 lines
405 B
JSON

{
"$schema": "https://inlang.com/schema/project-settings",
"baseLocale": "en",
"locales": ["cs", "da", "de", "en", "es", "fr", "it", "nl", "pl", "pt-BR", "ru", "zh-CN"],
"modules": [
"./node_modules/@inlang/plugin-message-format/dist/index.js",
"./node_modules/@inlang/plugin-m-function-matcher/dist/index.js"
],
"plugin.inlang.messageFormat": {
"pathPattern": "./messages/{locale}.json"
}
}