-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
250 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ | |
"@nuxt/devtools": "^1.5.2", | ||
"@nuxt/test-utils": "^3.14.3", | ||
"@nuxtjs/color-mode": "^3.4.4", | ||
"@nuxtjs/i18n": "^8.5.3", | ||
"@nuxtjs/i18n": "^9.1.0", | ||
"@pinia/nuxt": "^0.5.4", | ||
"@tiptap/core": "2.2.4", | ||
"@tiptap/extension-bold": "2.2.4", | ||
|
@@ -146,9 +146,8 @@ | |
"patchedDependencies": { | ||
"@vueuse/motion": "patches/@vueuse__motion.patch", | ||
"pinceau": "patches/pinceau.patch", | ||
"vue-i18n": "patches/vue-i18n.patch", | ||
"nuxt-security": "patches/nuxt-security.patch", | ||
"nuxt": "patches/nuxt.patch" | ||
"@nuxtjs/[email protected]": "patches/@[email protected].patch" | ||
} | ||
}, | ||
"resolutions": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/dist/module.mjs b/dist/module.mjs | ||
index b6def32f8bde5516e6ee0a25f153b01803f55683..897b44120533fdb74b33d9d4dff1d21b910073ca 100644 | ||
--- a/dist/module.mjs | ||
+++ b/dist/module.mjs | ||
@@ -1462,7 +1462,7 @@ async function extendBundler({ options: nuxtOptions }, nuxt) { | ||
fullInstall: nuxtOptions.bundle.fullInstall, | ||
onlyLocales: nuxtOptions.bundle.onlyLocales, | ||
dropMessageCompiler: nuxtOptions.bundle.dropMessageCompiler, | ||
- optimizeTranslationDirective: true, | ||
+ optimizeTranslationDirective: false, | ||
strictMessage: nuxtOptions.compilation.strictMessage, | ||
escapeHtml: nuxtOptions.compilation.escapeHtml, | ||
defaultSFCLang: nuxtOptions.customBlocks.defaultSFCLang, |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.