Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Chinese page changes:翻译了一些新内容并且修正了一些有争议的翻译 #563

Merged
merged 5 commits into from
Oct 10, 2016
Merged

Conversation

3442853561
Copy link
Contributor

Chinese page changes:Translated some new content and revised some controversial translation.
16.10.5

中文页面更新
修复一些翻译的争议
@rust-highfive
Copy link

r? @brson

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member

r? @steveklabnik

@rust-highfive rust-highfive assigned steveklabnik and unassigned brson Oct 5, 2016
@steveklabnik
Copy link
Member

This is failing due to the BOM issue, could you fix it please, @3442853561

@3442853561
Copy link
Contributor Author

@steveklabnik I couldn't fix it,I don't understand Ruby.

@lifthrasiir
Copy link
Contributor

@3442853561 BOM is an invisible character at the very beginning of the file, and used to determine the endianness of UTF-16 text (thus not recommended in UTF-8). You have to strip the BOM in your change---as you can see below, the first line is seemingly not modified but marked as changed.

2016-10-07 17 21 27

If you don't know how to strip BOM in your editor, please let us know what editor you are using.

试图修复一个可能由文件头引起的问题
@3442853561
Copy link
Contributor Author

Thank you @steveklabnik and @lifthrasiir
I fix it!(smile)
非常感谢,我修好了(笑)

@steveklabnik
Copy link
Member

I fix it!(smile)

Thanks! :D

@steveklabnik steveklabnik merged commit 6b14427 into rust-lang:master Oct 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants