-
Notifications
You must be signed in to change notification settings - Fork 8
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
1 parent
9e75673
commit 197a72b
Showing
4 changed files
with
2,129 additions
and
2,323 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
// https://nuxt.com/docs/api/configuration/nuxt-config | ||
import type { NuxtConfig } from "nuxt/config"; | ||
import vueI18n from "./i18n.config"; | ||
|
||
const modules: NuxtConfig["modules"] = [ | ||
["nuxt-typed-router", { strict: true }], | ||
|
@@ -36,9 +35,6 @@ export default defineNuxtConfig({ | |
strategy: "no_prefix", | ||
skipSettingLocaleOnNavigate: true, | ||
defaultLocale: "en", | ||
// Due to a bug in @nuxtjs/[email protected] we have to use beta.10 with inline configuration. See: https://github.com/nuxt-modules/i18n/issues/1990 | ||
// Due to Electron not supporting ESM, we cannot switch to beta.13. | ||
vueI18n, | ||
}, | ||
imports: { | ||
dirs: ["stores"], | ||
|
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.