Files
schreifuchs.ch/project.inlang/settings.json
T
schreifuchs c937be1274
/ publish (push) Failing after 2m18s
feat: hidden pages
2026-01-21 18:54:29 +01:00

15 lines
434 B
JSON

{
"$schema": "https://inlang.com/schema/project-settings",
"telemetry": "off",
"sourceLanguageTag": "de",
"languageTags": ["de", "en"],
"modules": [
"https://cdn.jsdelivr.net/npm/@inlang/plugin-m-function-matcher@latest/dist/index.js",
"https://cdn.jsdelivr.net/npm/@inlang/plugin-message-format@latest/dist/index.js"
],
"plugin.inlang.messageFormat": {
"pathPattern": "./messages/{languageTag}.json"
}
}