Files
UpSnap/frontend/project.inlang/settings.json
2025-03-31 20:59:43 +02:00

27 lines
522 B
JSON

{
"$schema": "https://inlang.com/schema/project-settings",
"baseLocale": "en-US",
"locales": [
"de-DE",
"en-US",
"es-ES",
"fr-FR",
"id-ID",
"it-IT",
"ja-JP",
"nl-NL",
"pl-PL",
"pt-PT",
"zh-TW",
"zh-CN"
],
"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"
}