feat: i18n

This commit is contained in:
2026-01-20 20:56:18 +01:00
parent 0f13d67f10
commit a31f28c834
17 changed files with 1390 additions and 55 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"$schema": "https://inlang.com/schema/project-settings",
"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"
}
}