chore(deps): install inlang plugins from npm (#401)

Co-authored-by: Kyle Mendell <kmendell@ofkm.us>
This commit is contained in:
Gutyina Gergő
2025-03-29 22:50:51 +01:00
committed by GitHub
parent b935a4824a
commit 583a1f8fee
3 changed files with 89 additions and 4 deletions

View File

@@ -3,8 +3,8 @@
"baseLocale": "en-US",
"locales": ["en-US", "nl-NL", "ru-RU", "de-DE", "fr-FR", "cs-CZ"],
"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"
"./node_modules/@inlang/plugin-message-format/dist/index.js",
"./node_modules/@inlang/plugin-m-function-matcher/dist/index.js"
],
"plugin.inlang.messageFormat": {
"pathPattern": "./messages/{locale}.json"