Skip to content

Commit

Permalink
Fixed renamed iso->language
Browse files Browse the repository at this point in the history
Adresses the change in nuxt-modules/i18n#3055
  • Loading branch information
CommanderStorm authored Aug 15, 2024
1 parent 49db473 commit 7ccb7e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webclient/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ export default defineNuxtConfig({
locales: [
{
code: "en",
iso: "en-US",
language: "en-US",
},
{
code: "de",
iso: "de-DE",
language: "de-DE",
},
],
defaultLocale: "de",
Expand Down

0 comments on commit 7ccb7e6

Please sign in to comment.