-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to translate the document into Chinese, but i met some troubles. #6840
Comments
Yeah, right now we're writing the html directly. The system didn't take translations into account 😅 We could, maybe implement something like... <div class="en">Hello</div>
<div class="cn">您好</div> And filter those at display time? |
The |
Two languages or more in a html page will confuse the mainttainer in future. |
How about duplicating files?
Will become:
But that may be a bit messy... Maybe
|
I love the last idea . 👍 |
I would like to help with the translation |
The language code for Chinese is |
Well, thank you for pointing out, so the folder should be /docs/api/zh_CN/* |
The default document is
and the Chinese could be
The rules is :
We don't need to modify the doc exits now, just add the folder of doc writed by other language. How about this? |
Wouldn't do that for documentation, unless |
Maybe we can follow wikipedia? They use |
Which is correct? |
zh is correct @WestLangley , |
I'm thinking about how the new urls should be. Probably this?
|
Hi guys, is this still being worked on ? |
I am sorry for this ,I want to do this work when I was a college student and learning the graphics. |
I read the folder of /doc and the list.js ,the category of api is writed in JSON.
I want to know how the document be built. Do you write html of document directly, Or write text of docment in some software then built the folder of doc/ automatically.
I can write html, but maybe there is a easy way to do this.
The text was updated successfully, but these errors were encountered: