|
|
@ -32,6 +32,12 @@ Once you've finished translating a new language, you'll also need to modify the
|
|
|
|
'/zh-cn/': '没有结果!',
|
|
|
|
'/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:
|
|
|
|
And make sure to add the language folder in the `fallbackLanguages` list, so it will properly fall back to English instead of 404ing:
|
|
|
|
|
|
|
|
|
|
|
|
```js
|
|
|
|
```js
|
|
|
|