Skip to content

Commit 4c2f1fb

Browse files
committed
Merge branch 'dev' of github.com:FrontMatter/web-documentation-nextjs into dev
2 parents 5b092ed + 7fc83c8 commit 4c2f1fb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

content/docs/content-creation/multilingual.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Multilingual
33
slug: content-creation/multilingual
44
description: null
55
date: 2024-02-21T09:10:16.640Z
6-
lastmod: 2024-02-22T07:27:04.206Z
6+
lastmod: 2024-02-22T07:31:02.562Z
77
weight: 200.71
88
---
99

@@ -48,6 +48,14 @@ You can define the locales on two levels:
4848
`frontMatter.content.pageFolders` setting, you can define the locales for a
4949
specific content folder.
5050

51+
#### Properties
52+
53+
| Property | Description | Required |
54+
| --- | --- | --- |
55+
| `title` | The title of the locale | No |
56+
| `locale` | The locale code | Yes |
57+
| `path` | The path to the locale and relative to the path of the content folder. | No |
58+
5159
#### Global level
5260

5361
To define the locales on the global level, you need to use the `frontMatter.content.i18n`

0 commit comments

Comments
 (0)