mirror of
https://github.com/Jackzmc/storage.git
synced 2025-05-07 09:23:21 +00:00
14 lines
370 B
JSON
14 lines
370 B
JSON
{
|
|
"$schema": "https://inlang.com/schema/project-settings",
|
|
"modules": [
|
|
"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"
|
|
],
|
|
"plugin.inlang.messageFormat": {
|
|
"pathPattern": "./messages/{locale}.json"
|
|
},
|
|
"baseLocale": "en",
|
|
"locales": [
|
|
"en"
|
|
]
|
|
}
|