mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-21 19:09:29 +00:00
Rename 'cn' locale to 'zh', cn code is unassigned
This commit is contained in:
parent
357de9eb39
commit
821203777d
@ -31,9 +31,9 @@ enableGitInfo = true
|
|||||||
contentDir = 'content.ru'
|
contentDir = 'content.ru'
|
||||||
weight = 2
|
weight = 2
|
||||||
|
|
||||||
[languages.cn]
|
[languages.zh]
|
||||||
languageName = 'Chinese'
|
languageName = 'Chinese'
|
||||||
contentDir = 'content.cn'
|
contentDir = 'content.zh'
|
||||||
weight = 3
|
weight = 3
|
||||||
|
|
||||||
[menu]
|
[menu]
|
||||||
|
@ -29,9 +29,9 @@ languages:
|
|||||||
languageName: Russian
|
languageName: Russian
|
||||||
contentDir: content.ru
|
contentDir: content.ru
|
||||||
weight: 2
|
weight: 2
|
||||||
cn:
|
zh:
|
||||||
languageName: Chinese
|
languageName: Chinese
|
||||||
contentDir: content.cn
|
contentDir: content.zh
|
||||||
weight: 3
|
weight: 3
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
|
Loading…
Reference in New Issue
Block a user