diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 736f0b22ef7d..e16fe1f04b7d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,7 @@ # Contributing to Electron +:memo: Available Translations: [Korean](https://github.com/electron/electron/tree/master/docs-translations/ko-KR/project/CONTRIBUTING.md) | [Simplified Chinese](https://github.com/electron/electron/tree/master/docs-translations/zh-CN/project/CONTRIBUTING.md) + :+1::tada: First off, thanks for taking the time to contribute! :tada::+1: This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md). diff --git a/README.md b/README.md index c8f7dc8c52ec..3fee15b5c0e5 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ [![devDependency Status](https://david-dm.org/electron/electron/dev-status.svg)](https://david-dm.org/electron/electron#info=devDependencies) [![Join the Electron Community on Slack](http://atom-slack.herokuapp.com/badge.svg)](http://atom-slack.herokuapp.com/) +:memo: Available Translations: [Korean](https://github.com/electron/electron/tree/master/docs-translations/ko-KR/project/README.md) | [Simplified Chinese](https://github.com/electron/electron/tree/master/docs-translations/zh-CN/project/README.md) + The Electron framework lets you write cross-platform desktop applications using JavaScript, HTML and CSS. It is based on [Node.js](https://nodejs.org/) and [Chromium](http://www.chromium.org) and is used by the [Atom diff --git a/CONTRIBUTING-ko.md b/docs-translations/ko-KR/project/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING-ko.md rename to docs-translations/ko-KR/project/CONTRIBUTING.md diff --git a/README-ko.md b/docs-translations/ko-KR/project/README-ko.md similarity index 100% rename from README-ko.md rename to docs-translations/ko-KR/project/README-ko.md diff --git a/CONTRIBUTING-zh_CN.md b/docs-translations/zh-CN/project/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING-zh_CN.md rename to docs-translations/zh-CN/project/CONTRIBUTING.md diff --git a/README-zh_CN.md b/docs-translations/zh-CN/project/README.md similarity index 100% rename from README-zh_CN.md rename to docs-translations/zh-CN/project/README.md