Skip to content

Commit

Permalink
fix import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelstroschein committed Jan 19, 2025
1 parent 4db87c0 commit 5d6e169
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"baseLocale": "en",
"locales": ["en", "de", "fr"],
"modules": [
"../../../plugins/inlang-message-format/dist/index.js",
"../../../plugins/m-function-matcher/dist/index.js"
"../../../../plugins/inlang-message-format/dist/index.js",
"../../../../plugins/m-function-matcher/dist/index.js"
],
"plugin.inlang.messageFormat": {
"pathPattern": "./messages/{locale}.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"baseLocale": "en",
"locales": ["en", "de"],
"modules": [
"../../../plugins/inlang-message-format/dist/index.js"
"../../../../plugins/inlang-message-format/dist/index.js"
],
"plugin.inlang.messageFormat": {
"pathPattern": "./messages/{languageTag}.json"
Expand Down

0 comments on commit 5d6e169

Please sign in to comment.