Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f4668db

Browse files
authoredDec 11, 2018
Merge branch 'master' into master
2 parents d4af68b + d9946c1 commit f4668db

File tree

119 files changed

+5256
-3950
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+5256
-3950
lines changed
 

‎.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ dist: trusty
33
language: node_js
44
node_js:
55
- node
6+
install:
7+
- npm install -g codecov
8+
- npm install
69
script:
710
- npm run ci
8-
- npm run codecov
11+
- codecov
912
notifications:
1013
email: false

‎CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
**Contributing New Translation**
1010

1111
- Create new `README.xx-XX.md` file with translation alongside with
12-
main `README.md` file where `xx-XX` is locale and country/region codes.
12+
main `README.md` file where `xx-XX` is [locale and country/region codes](http://www.lingoes.net/en/translator/langcode.htm).
1313
For example `en-US`, `zh-CN`, `zh-TW`, `ko-KR` etc.
1414
- You may also translate all other sub-folders by creating
1515
related `README.xx-XX.md` files in each of them.

0 commit comments

Comments
 (0)
Please sign in to comment.