Skip to content

Commit

Permalink
Finish Chinese translation (yangshun#75)
Browse files Browse the repository at this point in the history
* Add zh-cn translation of js part

* Add chinese translation link on root readme
  • Loading branch information
AlwaysHacking authored and yangshun committed Mar 4, 2018
1 parent 8916c9d commit c8330f4
Show file tree
Hide file tree
Showing 4 changed files with 417 additions and 430 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*[简体中文](Translations/Chinese/README.md)*

<h1 align="center">Front End Interview Handbook</h1>

<div align="center">
Expand Down
2 changes: 1 addition & 1 deletion Translations/Chinese/questions/css-questions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CSS 问题

本章节是[前端开发者面试问题- CSS 部分](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/questions/css-questions.md)的参考答案。 欢迎提出 PR 进行建议和指正!
本章节是[前端开发者面试问题 - CSS 部分](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/questions/css-questions.md)的参考答案。 欢迎提出 PR 进行建议和指正!

* [CSS 选择器的优先级是如何计算的?](#css-选择器的优先级是如何计算的)
* [重置(resetting)CSS 和 标准化(normalizing)CSS 的区别是什么?你会选择哪种方式,为什么?](#重置resettingcss-和-标准化normalizingcss-的区别是什么你会选择哪种方式为什么)
Expand Down
2 changes: 1 addition & 1 deletion Translations/Chinese/questions/html-questions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HTML 问题

本章节是[前端开发者面试问题- HTML 部分](https://github.com/h5bp/Front-end-Developer-Interview-Questions#html-questions)的参考答案。 欢迎提出 PR 进行建议和指正!
本章节是[前端开发者面试问题 - HTML 部分](https://github.com/h5bp/Front-end-Developer-Interview-Questions#html-questions)的参考答案。 欢迎提出 PR 进行建议和指正!

* [`DOCTYPE`有什么用?](#doctype有什么用)
* [如何提供包含多种语言内容的页面?](#如何提供包含多种语言内容的页面)
Expand Down
Loading

0 comments on commit c8330f4

Please sign in to comment.