mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-04-05 00:43:55 -04:00
14 lines
459 B
JSON
14 lines
459 B
JSON
{
|
|
"$schema": "https://inlang.com/schema/project-settings",
|
|
"baseLocale": "en",
|
|
"locales": ["de", "en", "es", "fr", "id", "it", "ja", "nl", "pl", "pt", "zh-TW", "zh"],
|
|
"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": "./translations/{locale}.json"
|
|
},
|
|
"telemetry": "off"
|
|
}
|