About Multi-lingual support #1472
-
Hi, is there a documentation page on docsify on how to enable the multi-lingual feature, as the site have on the top right corner? Where is the translated text stored at? If there is no doc page, it will be great if you could give me a few pointers and I will go figure it myself. Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
sy-records
Jan 6, 2021
Replies: 1 comment 1 reply
-
You can set up two directories, Use access to different file paths to achieve multilingualism. For example one for zh-cn and one for en. https://mqtt.simps.io/#/zh-cn/ code: https://github.com/simps/mqtt/tree/master/docs |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jimmychu0807
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can set up two directories, Use access to different file paths to achieve multilingualism.
For example one for zh-cn and one for en.
https://mqtt.simps.io/#/en/
https://mqtt.simps.io/#/zh-cn/
code: https://github.com/simps/mqtt/tree/master/docs