This commit is contained in:
ari melody 2026-02-25 16:58:36 +00:00
parent 92edec869f
commit 47130ed6c2
Signed by: ari
GPG key ID: CF99829C92678188
12 changed files with 188 additions and 17 deletions

View file

@ -0,0 +1,14 @@
{
"$schema": "https://inlang.com/schema/project-settings",
"baseLocale": "en",
"locales": [
"en"
],
"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"
}
}