Skip to content

Commit

Permalink
📝 add i18n document
Browse files Browse the repository at this point in the history
  • Loading branch information
NftTopBest committed May 21, 2023
1 parent 9309bc7 commit 564d21e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Nuxt Content reads the `content/` directory in your project, parses `.md`, `.yml
- Table of contents generation
- Also handles CSV, YAML and JSON(5)
- Extend with hooks and content plugins
- I18n support
- [...and more](https://content.nuxtjs.org)

## Nuxt 2
Expand Down
2 changes: 2 additions & 0 deletions docs/content/4.api/3.configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,8 @@ Can be set to `false` to disable the feature completely.

List of locale codes. This codes will be used to detect contents locale.

Checkout the `playground/i18n` example for more details.

## `defaultLocale`

- Type: `String`{lang=ts}
Expand Down

0 comments on commit 564d21e

Please sign in to comment.