summaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2018-12-02 21:12:54 +0100
committerGitHub <noreply@github.com>2018-12-02 21:12:54 +0100
commitd5a06aec8386ef16e0751572c5182410b8d348f7 (patch)
tree9bbb171a55d23a5b1bb09b6800566563087a2eb9 /docs/index.html
parentdbc776168842439718334aa120f1afcbee9a96d9 (diff)
downloadqmk_firmware-d5a06aec8386ef16e0751572c5182410b8d348f7.tar.gz
qmk_firmware-d5a06aec8386ef16e0751572c5182410b8d348f7.tar.xz
Second try at configuring i18n for docsify and gitbook (#4531)
* add zh-cn readme * edit readme * Round 1 of edits - Mandarin translation of QMK products is off, best to use the English name. - Fix some terminology and grammar. * trying re-translating the first paragraph * add fallback langurages * Create LANGS.md * Rename docs/zh-cn/README.md to docs/zh/README.md * Update LANGS.md * Update index.html
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index f0b1fae07..f5aa92b53 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -25,7 +25,8 @@
placeholder: 'Search Documentation...',
noData: 'We could not find any documents matching your search.',
depth: 6
- }
+ },
+ fallbackLanguages: ['zh']
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>