diff --git a/README.md b/README.md index 197d631a2..82f669882 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/content/4.api/3.configuration.md b/docs/content/4.api/3.configuration.md index efc24a46e..ad5af46e5 100644 --- a/docs/content/4.api/3.configuration.md +++ b/docs/content/4.api/3.configuration.md @@ -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}