Skip to content

Commit

Permalink
fix(i18n): remove configuration parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Jun 18, 2023
1 parent b2298b5 commit 44378c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt/i18n.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import localeDe from './locales/de.json'
import localeEn from './locales/en.json'

export default defineI18nConfig((_nuxt) => ({
export default defineI18nConfig(() => ({
messages: {
de: localeDe,
en: localeEn,
Expand Down

0 comments on commit 44378c9

Please sign in to comment.