File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
content/docs/content-creation Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Multilingual
3
3
slug : content-creation/multilingual
4
4
description : null
5
5
date : 2024-02-21T09:10:16.640Z
6
- lastmod : 2024-02-22T07:27:04.206Z
6
+ lastmod : 2024-02-22T07:31:02.562Z
7
7
weight : 200.71
8
8
---
9
9
@@ -48,6 +48,14 @@ You can define the locales on two levels:
48
48
` frontMatter.content.pageFolders ` setting, you can define the locales for a
49
49
specific content folder.
50
50
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
+
51
59
#### Global level
52
60
53
61
To define the locales on the global level, you need to use the ` frontMatter.content.i18n `
You can’t perform that action at this time.
0 commit comments