mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 00:18:20 +01:00
13 lines
387 B
JSON
13 lines
387 B
JSON
{
|
|
"$schema": "https://inlang.com/schema/project-settings",
|
|
"baseLocale": "en",
|
|
"locales": ["en", "fr", "en-pt"],
|
|
"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"
|
|
}
|
|
}
|