12 lines
309 B
JSON
12 lines
309 B
JSON
|
|
{
|
||
|
|
"$schema": "https://inlang.com/schema/project-settings",
|
||
|
|
"baseLocale": "fr",
|
||
|
|
"locales": ["fr", "en", "ht"],
|
||
|
|
"modules": [
|
||
|
|
"https://cdn.jsdelivr.net/npm/@inlang/plugin-message-format@latest/dist/index.js"
|
||
|
|
],
|
||
|
|
"plugin.inlang.messageFormat": {
|
||
|
|
"pathPattern": "./messages/{locale}.json"
|
||
|
|
}
|
||
|
|
}
|