summaryrefslogtreecommitdiff
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2020-04-21 23:38:30 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2020-04-21 23:38:30 +0200
commit821203777d6844538df12b72be4ec2d651d02bb9 (patch)
tree8c66ee5f97262c6b78e1f73b86e48b53dc9e19e5 /exampleSite/config.toml
parent357de9eb39328cc338df2c7bc125653ab0f62616 (diff)
Rename 'cn' locale to 'zh', cn code is unassigned
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 93325cf..424d320 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -31,9 +31,9 @@ enableGitInfo = true
contentDir = 'content.ru'
weight = 2
-[languages.cn]
+[languages.zh]
languageName = 'Chinese'
- contentDir = 'content.cn'
+ contentDir = 'content.zh'
weight = 3
[menu]