Skip to content
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

AutoCorrect fix files/zh-cn/web/**/* and fix spellcheck #5726

Closed
wants to merge 7 commits into from

Conversation

huacnlee
Copy link
Contributor

@huacnlee huacnlee commented May 18, 2022

Ref: #4191 #3835

  1. Add spaces between CJK and Alpha Letter or Numbers
  2. Correct punctuations.
  3. Fix some words spell.
  • web -> Web
  • Javascript, javascript -> JavaScript
  • html, Html -> HTML
  • css, Css -> CSS
  • api -> API
  • http, https -> HTTP, HTTPS

@huacnlee huacnlee requested a review from a team as a code owner May 18, 2022 10:36
@huacnlee huacnlee requested review from dibery and removed request for a team May 18, 2022 10:36
@github-actions github-actions bot added the l10n-zh Issues related to Chinese content. label May 18, 2022
@huacnlee
Copy link
Contributor Author

huacnlee commented May 18, 2022

This PR has to many files changed, GitHub Pull Request feature can't handle that, so I splitted commits.

Please review by click commit link to see the diffs.

@huacnlee huacnlee requested review from a team and fiji-flo and removed request for a team May 18, 2022 11:01
@huacnlee huacnlee force-pushed the fix-zh-cn-web branch 2 times, most recently from de485f2 to e46adcf Compare May 18, 2022 11:05

<p>几个月后,Microsoft 随 IE 3 发布推出了一个与之基本兼容的语言 JScript。又过了几个月,Netscape 将 JavaScript 提交至 <a href="http://www.ecma-international.org">Ecma International</a>(一个欧洲标准化组织), {{Glossary("ECMAScript")}} 标准第一版便在 1997 年诞生了,随后在 1999 年以 <a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">ECMAScript 第三版</a>的形式进行了更新,从那之后这个标准没有发生过大的改动。由于委员会在语言特性的讨论上发生分歧,ECMAScript 第四版尚未推出便被废除,但随后于 2009 年 12 月发布的 ECMAScript 第五版引入了第四版草案加入的许多特性。第六版标准已经于 2015 年 6 月发布。</p>

<div class="note">
<p><strong>备注:</strong> 由于这种用法更常见,从这里开始,我们将使用 JavaScript 来指代 ECMAScript 。</p>
</div>

<p>与大多数编程语言不同,JavaScript 没有输入或输出的概念。它是一个在宿主环境(host environment)下运行的脚本语言,任何与外界沟通的机制都是由宿主环境提供的。浏览器是最常见的宿主环境,但在非常多的其他程序中也包含 JavaScript 解释器,如 Adobe Acrobat、Adobe Photoshop、SVG 图像、Yahoo! 的 Widget 引擎,<a href="http://nodejs.org">Node.js</a> 之类的服务器端环境,NoSQL 数据库(如开源的 <a href="http://couchdb.apache.org">Apache CouchDB</a>)、嵌入式计算机,以及包括 <a href="http://www.gnome.org">GNOME</a> (注:GNU/Linux 上最流行的 GUI 之一)在内的桌面环境等等。</p>
<p>与大多数编程语言不同,JavaScript 没有输入或输出的概念。它是一个在宿主环境(host environment)下运行的脚本语言,任何与外界沟通的机制都是由宿主环境提供的。浏览器是最常见的宿主环境,但在非常多的其他程序中也包含 JavaScript 解释器,如 Adobe Acrobat、Adobe Photoshop、SVG 图像、Yahoo的 Widget 引擎,<a href="http://nodejs.org">Node.js</a> 之类的服务器端环境,NoSQL 数据库(如开源的 <a href="http://couchdb.apache.org">Apache CouchDB</a>)、嵌入式计算机,以及包括 <a href="http://www.gnome.org">GNOME</a> (注:GNU/Linux 上最流行的 GUI 之一)在内的桌面环境等等。</p>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yahoo! has revert to Yahoo! in last commit.

@huacnlee huacnlee changed the title AutoCorrect fix files/zh-cn/web/**/*.md AutoCorrect fix files/zh-cn/web/**/* and fix spellcheck May 18, 2022
@huacnlee
Copy link
Contributor Author

huacnlee commented May 18, 2022

@SphinxKnight @irvin

@irvin
Copy link
Collaborator

irvin commented May 24, 2022

This PR has to many files changed, GitHub Pull Request feature can't handle that, so I splitted commits.

Please review by click commit link to see the diffs.

@huacnlee this indeed contain too many files. can you make it into separate PRs?

@yin1999
Copy link
Member

yin1999 commented May 24, 2022

I think we could create an issue to track the progress.

@SphinxKnight
Copy link
Member

I've no right whatsoever to comment changes that only apply on zh-TW / zh-CN but it seems to me splitting this PR into multiple PRs (one for each section Web/HTML, Web/CSS, etc. Web/API A to , etc.) would be more "digestible".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l10n-zh Issues related to Chinese content.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants