mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-22 05:27:00 +02:00
i18n: use zh-TW and zh-CN over zh-Hant and zh-Hans (#377)
Both crowdin and docsearch i18n configs use TW and CN over Hant and Hans. This should reduce some config confusions. cc @ericnakagawa. Also, apparently you're working on algolia search i18n?
This commit is contained in:
parent
c08142c094
commit
00270c26a7
5 changed files with 17 additions and 17 deletions
|
@ -174,12 +174,12 @@ const languages = [
|
|||
{
|
||||
enabled: false,
|
||||
name: "简体中文",
|
||||
tag: "zh-Hans"
|
||||
tag: "zh-CN"
|
||||
},
|
||||
{
|
||||
enabled: false,
|
||||
name: "繁體中文",
|
||||
tag: "zh-Hant"
|
||||
{
|
||||
enabled: false,
|
||||
name: "繁體中文",
|
||||
tag: "zh-TW"
|
||||
}
|
||||
];
|
||||
module.exports = languages;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue