Skip to content

Commit 8989fcb

Browse files
ydfzgyjjonirrings
authored andcommitted
Sync 190827 (xitu#100)
* Sync Chinese translation to 20190725 * Sync Chinese translation to 20190827
1 parent ebe6a78 commit 8989fcb

File tree

4 files changed

+15
-19
lines changed

4 files changed

+15
-19
lines changed

resources/fileWalker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = fileWalker;
1414
var IGNORE_RX =
1515
/^(?:_|\.|(?:node_modules|package\.json|README\.(?:md|markdown))$)/;
1616

17-
var INCLUDE_RX = /^(?:\.nojekyll|\.htaccess)/;
17+
var INCLUDE_RX = /^(?:\.nojekyll|\.htaccess|\_redirects)/;
1818

1919
function fileWalker(dirPath, onVisitFile) {
2020
return new Promise((resolve, reject) => {

site/_core/Site.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,8 @@ export default ({ page, category, title, section, className, noSearch, children
8787
{page && <a href={'https://github.com/xitu/graphql.github.io/edit/zh-Hans/site/' + page.relPath} target="_blank" rel="noopener noreferrer">编辑本页 &#x270E;</a>}
8888
</div>
8989
</section>
90-
<a href="https://code.facebook.com/projects/" target="_blank" rel="noopener noreferrer" className="fbOpenSource">
91-
<img src="/img/oss_logo.png" alt="Facebook Open Source" width="170" height="45" />
92-
</a>
9390
<section className="copyright">
94-
Copyright &copy;
95-
<span><script>document.write(new Date().getFullYear())</script> </span>
96-
<noscript>2017 </noscript>
97-
Facebook Inc. The contents of this page are licensed BSD-3-Clause.
91+
Copyright © 2019 GraphQL 基金会。保留所有权利。Linux 基金会已经注册了商标和使用商标。有关 Linux 基金会的商标清单,请参阅我们的 <a href="https://www.linuxfoundation.org/trademark-usage">商标使用</a> 页面。Linux 是 Linus Torvalds 的注册商标。<a href="http://www.linuxfoundation.org/privacy">隐私政策</a><a href="http://www.linuxfoundation.org/terms">使用条款</a>
9892
</section>
9993
</footer>
10094

site/_redirects

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/swapi-graphql https://graphql.github.io/swapi-graphql/ 200
2+
/swapi-graphql/* https://graphql.github.io/swapi-graphql/:splat 200

site/community/Community-Events.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ sublinks: 即将举行的活动,聚会
88

99
## 即将举行的活动
1010

11-
### GraphQL 峰会
12-
13-
- **日期:** 2018 年 11 月 7 - 8 日
14-
- **地点:** 美国 旧金山
15-
- **链接:** https://summit.graphql.com
16-
17-
世界上最大的致力于 GraphQL 的会议。
18-
19-
### GraphQL Conf Berlin 2019
11+
### GraphQL Conf Berlin
2012

2113
- **日期:** 2019 年 6 月 20 - 21 日
2214
- **地点:** 德国 柏林
2315
- **链接:** https://www.graphqlconf.org/
2416

25-
GraphQL Conf 是欧洲非营利性的 GraphQL 大会,邀请了来自世界各地的演讲嘉宾。了解来自行业专家的 GraphQL 最佳实践,并成为蓬勃发展的 GraphQL 社区的一部分。
17+
GraphQL Conf Berlin 是世界上最大的 GraphQL 社区会议。这是一次非盈利性会议,邀请了来自世界各地的演讲嘉宾。了解来自行业专家的 GraphQL 最佳实践,并成为蓬勃发展的 GraphQL 社区的一部分。
18+
19+
### GraphQL 峰会
20+
21+
- **日期:** 2019 年 10 月 29 - 31 日
22+
- **地点:** 美国 旧金山
23+
- **链接:** https://summit.graphql.com
24+
25+
Apollo 组织的 GraphQL 的会议。
2626

2727
## 聚会
2828

@@ -41,7 +41,7 @@ GraphQL Conf 是欧洲非营利性的 GraphQL 大会,邀请了来自世界各
4141
- [GraphQL Columbus](https://www.meetup.com/GraphQL-Columbus/)
4242
- [GraphQL Vancouver](https://www.meetup.com/GraphQL-Vancouver/)
4343
- [GraphQL Minneapolis](https://www.meetup.com/GraphQL-MN/)
44-
- [GraphQL Denver/Boulder](https://www.meetup.com/GraphQL-Denver-Boulder-Meetup/)
44+
- [GraphQL Denver](https://www.meetup.com/graphql-denver/)
4545
- [GraphQL By the Bay (San Francisco)](https://www.meetup.com/graphql-by-the-bay/)
4646

4747
### 南美洲

0 commit comments

Comments
 (0)