Skip to content

Commit

Permalink
fix: restructureDir type description
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbieGoede committed Sep 17, 2024
1 parent 979fee8 commit 4685cc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ export type NuxtI18nOptions<
vueI18n?: string
experimental?: ExperimentalFeatures
/**
* This can be set to a directory name to opt into the directory restructure for v9 which will have a default of 'i18n'.
* The directory to resolve i18n files from, the restructure can be disabled by setting this to `false`.
*
* @defaultValue `undefined` (v8) or `'i18n'` (v9 release)
* @defaultValue `'i18n'`
*/
restructureDir?: string | false
bundle?: BundleOptions
Expand Down

0 comments on commit 4685cc6

Please sign in to comment.