keras-team / keras-docs-zh

Chinese (zh-cn) translation of the Keras documentation.
https://keras.io/zh/
795 stars 263 forks source link

How to contribute? #1

Open crownpku opened 6 years ago

crownpku commented 6 years ago

I'm Chinese and would like to contribute to the keras docs-zh translation. Is there any ways that we can help and share the task? Thanks.

BIGBALLON commented 6 years ago

I'm Chinese and I have the same question !

fchollet commented 6 years ago

You can submit a PR translating a file in sources/ (or part of a file). Files should be translated in-place (i.e. you just edit the file).

ypwhs commented 6 years ago

Maybe you can reference this repository: https://github.com/MoyanZitto/keras-cn/

MaxPoon commented 6 years ago

We need to wait for the conventions to be set before translating the doc, right?

gaussic commented 6 years ago

You can fork the code and commit your translations, and then make a new pull request.

MaxPoon commented 6 years ago

@gaussic I meant we don't have the conventions to follow if we start translating now.

fchollet commented 6 years ago

Feel free to make up the conventions as you go. When you settle on appropriate terms, please update the README, so that others can be on the same page.

gaussic commented 6 years ago

I've just read the conventions from the fchollet/keras-docs-ja repo. Maybe we could make a Chinese version like this.

Keras documentationの日本語訳化

翻訳ガイドライン

※ 翻訳は英語から日本語へのただの変換作業ではなく,英文の意味を読み取り,日本語として表現する創作作業です. 英語の言い回しに引きずられることなく自然な日本語で表現しましょう.

I mean it's not difficult.

MoyanZitto commented 6 years ago

@fchollet

Well, I've already translated keras docs into Chinese, see http://keras-cn.readthedocs.io/en/latest/

SCP-173-cool commented 6 years ago

@fchollet http://keras-cn.readthedocs.io/en/latest/

fchollet commented 6 years ago

@MoyanZitto would you like to move the contents to keras.io?

tarvos21 commented 6 years ago

@fchollet Does the contributor need to reserve the original English text and put Chinese text under English text, or replace English text with Chinese text directly?

MoyanZitto commented 6 years ago

@fchollet The CN version of keras docs contains not only all contents of keras.io but also some application advice. I re-organize the contents for better display, so it I need to make many modifications to fit the offered file structure( also some relative links need to be modified). It may take some time.... How about just add a link on keras.io to keras-cn.io?I'll keep updating it.

MoyanZitto commented 6 years ago

@fchollet of course, if you want to manage all keras-cn/jp/xxx docs and offer them in some unified way. I'd like to commit my docs to this repo.

fchollet commented 6 years ago

@tarvos21 the translation should be in-place, so the English content should be deleted and replaced with Chinese content.

@MoyanZitto that's great, please create PR(s) in this repo. For the time being the way to upload docs to keras.io will be via collaborative repos like this one. But if you have suggestions for a different setup, I'm listening.

jiashenC commented 6 years ago

I am Chinese and I am also willing to offer help. On the documentation website, it seems a lot modules waiting to be translated. Where should I start?

fchollet commented 6 years ago

@jiashenC you can check out the source files here: https://github.com/keras-team/keras-docs-zh/tree/master/sources

You can edit these files directly and open a PR on this repo.

wanzhenchn commented 6 years ago

In order to read locally when learning the Keras Deep Learning Library, I have finished the LaTex version of the keras-docs-zh, I hope this will help someone.

Thanks for the Chinese translation work done by keras-team.