From 7164e8eeb530e02cb7b648db81907cf941c23257 Mon Sep 17 00:00:00 2001 From: fauxpark Date: Fri, 29 Nov 2019 09:14:04 +1100 Subject: Add yet another dictionary for the QMK Firmware docs sidebar heading (#7504) --- docs/translating.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/translating.md') diff --git a/docs/translating.md b/docs/translating.md index af37c08dc..436581759 100644 --- a/docs/translating.md +++ b/docs/translating.md @@ -32,6 +32,12 @@ Once you've finished translating a new language, you'll also need to modify the '/zh-cn/': '没有结果!', ``` + The `nameLink` object, for setting the "QMK Firmware" heading link in the sidebar, must also be added to: + + ```js + '/zh-cn/': '/#/zh-cn/', + ``` + And make sure to add the language folder in the `fallbackLanguages` list, so it will properly fall back to English instead of 404ing: ```js -- cgit v1.2.3