diff options
Diffstat (limited to 'docs/translating.md')
-rw-r--r-- | docs/translating.md | 6 |
1 files changed, 6 insertions, 0 deletions
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 | |||
32 | '/zh-cn/': '没有结果!', | 32 | '/zh-cn/': '没有结果!', |
33 | ``` | 33 | ``` |
34 | 34 | ||
35 | The `nameLink` object, for setting the "QMK Firmware" heading link in the sidebar, must also be added to: | ||
36 | |||
37 | ```js | ||
38 | '/zh-cn/': '/#/zh-cn/', | ||
39 | ``` | ||
40 | |||
35 | And make sure to add the language folder in the `fallbackLanguages` list, so it will properly fall back to English instead of 404ing: | 41 | And make sure to add the language folder in the `fallbackLanguages` list, so it will properly fall back to English instead of 404ing: |
36 | 42 | ||
37 | ```js | 43 | ```js |