Closed
Bug 1504610
Opened 7 years ago
Closed 7 years ago
英文和中文解释不一致( Inconsistent interpretation in English and Chinese)
Categories
(Developer Documentation Graveyard :: JavaScript, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: hzcbbc, Unassigned)
Details
(Whiteboard: [specification][type:bug])
What did you do?
================
1. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort
2. https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Array/sort
3. 在文档的顶部:
English:Javascript sort algorithm on V8 is now stable.
中文:排序不一定是稳定的。
What happened?
==============
解释不一致
What should have happened?
==========================
解释一致
Is there anything else we should know?
======================================
Comment 1•7 years ago
|
||
Translation (rough, with Google Translate help):
At the top of the document, the English page says "Javascript sort algorithm on V8 is now stable.". On the Chinese page it says "排序不一定是稳定的", which translated as "Sorting is not necessarily stable."
This change was added to the English page on October 4, in revision 1422862 by farskid:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort$compare?to=1422862&from=1411835
No one has updated the Chinese translation yet.
Updated•7 years ago
|
Component: Wiki pages → JavaScript
Product: developer.mozilla.org → Developer Documentation
Reporter | ||
Comment 2•7 years ago
|
||
(In reply to John Whitlock [:jwhitlock] from comment #1)
> Translation (rough, with Google Translate help):
>
> At the top of the document, the English page says "Javascript sort algorithm
> on V8 is now stable.". On the Chinese page it says "排序不一定是稳定的", which
> translated as "Sorting is not necessarily stable."
>
> This change was added to the English page on October 4, in revision 1422862
> by farskid:
>
> https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/
> Global_Objects/Array/sort$compare?to=1422862&from=1411835
>
> No one has updated the Chinese translation yet.
thanks.
Comment 3•7 years ago
|
||
As a non-Chinese speaker, I am not sure how to fix this. Can you fix the page for us?
Thanks!
Flags: needinfo?(hzcbbc)
Reporter | ||
Comment 4•7 years ago
|
||
(In reply to Chris Mills (Mozilla, MDN editor) [:cmills] from comment #3)
> As a non-Chinese speaker, I am not sure how to fix this. Can you fix the
> page for us?
>
> Thanks!
OK
Flags: needinfo?(hzcbbc)
Comment 5•7 years ago
|
||
Thank you!
Closing the bug now.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•