Skip to content

Commit 3d6169d

Browse files
Merge pull request #102 from VisionsAll/master
Update index.json, README.md
2 parents 59fe9ee + 5b52bd5 commit 3d6169d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
| Language | Country | Contributors | Source |
88
| -------- | ------- | ------------ | ------ |
99
|English|United States| [@alexmercerind](https://github.com/alexmercerind) | [`en_US.json`](./localizations/en_US.json) |
10+
|Chinese|China| [@VisionsAll](https://github.com/VisionsAll) | [`zh_CN.json`](./localizations/zh_CN.json) |
1011
|Greek|Greece| [@cuhsy](https://github.com/cuhsy) | [`el_GR.json`](./localizations/el_GR.json) |
1112
|Japanese|Japan| [@maboroshin](https://github.com/maboroshin) | [`ja_JP.json`](./localizations/ja_JP.json) |
1213
|Polish|Poland| [@KOXXPL](https://github.com/KOXXPL) | [`pl_PL.json`](./localizations/pl_PL.json) |
1314
|Portuguese|Brazil| [@maisondasilva](https://github.com/maisondasilva) | [`pt_BR.json`](./localizations/pt_BR.json)
1415
|Romanian|Romania| [@raresnita](https://github.com/raresnita) | [`ro_RO.json`](./localizations/ro_RO.json) |
1516
|Slovenian|Slovenia| [@alexmercerind](https://github.com/alexmercerind) | [`sl_SI.json`](./localizations/sl_SI.json) |
16-
|Chinese|China| [@VisionsAll](https://github.com/VisionsAll) | [`zh_CN.json`](./localizations/zh_CN.json) |
1717
|Vietnamese|Vietnam| [@honhatduy](https://github.com/honhatduy) | [`vi_VN.json`](./localizations/vi_VN.json) |
1818

1919
## Contribute

index.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"name": "English",
55
"country": "United States"
66
},
7+
{
8+
"code": "zh_CN",
9+
"name": "简体中文",
10+
"country": "中国"
11+
},
712
{
813
"code": "de_DE",
914
"name": "Deutsch",
@@ -48,10 +53,5 @@
4853
"code": "vi_VN",
4954
"name": "Tiếng Việt",
5055
"country": "Việt Nam"
51-
},
52-
{
53-
"code": "zh_CN",
54-
"name": "简体中文",
55-
"country": "中国"
5656
}
5757
]

0 commit comments

Comments
 (0)