2024-09-25 22:20:47 +02:00
|
|
|
{
|
|
|
|
"$schema": "https://inlang.com/schema/project-settings",
|
2025-07-01 20:51:59 +02:00
|
|
|
"baseLocale": "nb",
|
|
|
|
"locales": [
|
|
|
|
"nb",
|
|
|
|
"en"
|
|
|
|
],
|
2024-09-25 22:20:47 +02:00
|
|
|
"modules": [
|
2025-07-01 20:51:59 +02:00
|
|
|
"https://cdn.jsdelivr.net/npm/@inlang/plugin-message-format@4/dist/index.js",
|
|
|
|
"https://cdn.jsdelivr.net/npm/@inlang/plugin-m-function-matcher@2/dist/index.js"
|
2024-09-25 22:20:47 +02:00
|
|
|
],
|
|
|
|
"plugin.inlang.messageFormat": {
|
2025-07-01 20:51:59 +02:00
|
|
|
"pathPattern": "./messages/{locale}.json"
|
2024-09-25 22:20:47 +02:00
|
|
|
}
|
|
|
|
}
|