test-card/project.inlang/settings.json
Tomáš Mládek 29d96f8451
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
refactor: migrate from i18next to paraglide
2025-09-27 00:04:24 +02:00

12 lines
333 B
JSON

{
"$schema": "https://inlang.com/schema/project-settings",
"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"
},
"baseLocale": "en",
"locales": ["en"]
}