docs: add gepingli as a contributor for translation (#7)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
pull/6/head^2
allcontributors[bot] 3 years ago committed by GitHub
parent 015e50e2d7
commit 74f3665358
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,9 +16,26 @@
"avatar_url": "https://avatars.githubusercontent.com/u/13204332?v=4", "avatar_url": "https://avatars.githubusercontent.com/u/13204332?v=4",
"profile": "https://github.com/youngjuning", "profile": "https://github.com/youngjuning",
"contributions": [ "contributions": [
"code", "infra", "maintenance", "translation", "doc", "ideas", "design", "translation" "code",
"infra",
"maintenance",
"translation",
"doc",
"ideas",
"design",
"translation"
]
},
{
"login": "gepingli",
"name": "gepingli",
"avatar_url": "https://avatars.githubusercontent.com/u/29964332?v=4",
"profile": "https://github.com/gepingli",
"contributions": [
"translation"
] ]
} }
], ],
"contributorsPerLine": 7 "contributorsPerLine": 7,
"skipCi": true
} }

@ -1,7 +1,7 @@
# VS Code API 中文文档 # VS Code API 中文文档
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) [![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END --> <!-- ALL-CONTRIBUTORS-BADGE:END -->
VS Code API 是一系列你可以在 Visual Studio Code 扩展中调用的 JavaScript API。这个站点列出了扩展开发者可以使用的所有 VS Code API。原网站没有中文翻译且不方便阅读所以有了该网站。 VS Code API 是一系列你可以在 Visual Studio Code 扩展中调用的 JavaScript API。这个站点列出了扩展开发者可以使用的所有 VS Code API。原网站没有中文翻译且不方便阅读所以有了该网站。
@ -32,6 +32,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<table> <table>
<tr> <tr>
<td align="center"><a href="https://github.com/youngjuning"><img src="https://avatars.githubusercontent.com/u/13204332?v=4?s=100" width="100px;" alt=""/><br /><sub><b>youngjuning</b></sub></a><br /><a href="https://github.com/youngjuning/vscode-api-cn/commits?author=youngjuning" title="Code">💻</a> <a href="#infra-youngjuning" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-youngjuning" title="Maintenance">🚧</a> <a href="#translation-youngjuning" title="Translation">🌍</a> <a href="https://github.com/youngjuning/vscode-api-cn/commits?author=youngjuning" title="Documentation">📖</a> <a href="#ideas-youngjuning" title="Ideas, Planning, & Feedback">🤔</a> <a href="#design-youngjuning" title="Design">🎨</a> <a href="#translation-youngjuning" title="Translation">🌍</a></td> <td align="center"><a href="https://github.com/youngjuning"><img src="https://avatars.githubusercontent.com/u/13204332?v=4?s=100" width="100px;" alt=""/><br /><sub><b>youngjuning</b></sub></a><br /><a href="https://github.com/youngjuning/vscode-api-cn/commits?author=youngjuning" title="Code">💻</a> <a href="#infra-youngjuning" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-youngjuning" title="Maintenance">🚧</a> <a href="#translation-youngjuning" title="Translation">🌍</a> <a href="https://github.com/youngjuning/vscode-api-cn/commits?author=youngjuning" title="Documentation">📖</a> <a href="#ideas-youngjuning" title="Ideas, Planning, & Feedback">🤔</a> <a href="#design-youngjuning" title="Design">🎨</a> <a href="#translation-youngjuning" title="Translation">🌍</a></td>
<td align="center"><a href="https://github.com/gepingli"><img src="https://avatars.githubusercontent.com/u/29964332?v=4?s=100" width="100px;" alt=""/><br /><sub><b>gepingli</b></sub></a><br /><a href="#translation-gepingli" title="Translation">🌍</a></td>
</tr> </tr>
</table> </table>

Loading…
Cancel
Save