From 564d21ea9090e6a18eb8a3153575c865681b62de Mon Sep 17 00:00:00 2001 From: BruceNTB Date: Sun, 21 May 2023 21:19:40 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20add=20i18n=20document?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + docs/content/4.api/3.configuration.md | 2 ++ 2 files changed, 3 insertions(+) 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}