Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
BayBreezy committed Nov 19, 2024
1 parent 352f90b commit eff4512
Show file tree
Hide file tree
Showing 3 changed files with 440 additions and 437 deletions.
6 changes: 3 additions & 3 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ export default defineNuxtConfig({
// Nuxt i18n - https://i18n.nuxtjs.org/docs/getting-started
i18n: {
locales: [
{ code: "en", iso: "en-US", name: "English", isCatchallLocale: true, file: "en.json" },
{ code: "fr", iso: "fr-FR", name: "Français", file: "fr.json" },
{ code: "es", iso: "es-ES", name: "Español", file: "es.json" },
{ code: "en", language: "en-US", name: "English", isCatchallLocale: true, file: "en.json" },
{ code: "fr", language: "fr-FR", name: "Français", file: "fr.json" },
{ code: "es", language: "es-ES", name: "Español", file: "es.json" },
],
strategy: "prefix_except_default",
defaultLocale: SITE_LOCALE,
Expand Down
Loading

0 comments on commit eff4512

Please sign in to comment.