From 22368d0f06d2e70daa9943e353f8357ad1f542da Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 6 Sep 2016 14:54:17 -0700 Subject: [PATCH 1/2] Move translated project docs to docs-translations folder --- .../ko-KR/project/CONTRIBUTING.md | 0 README-ko.md => docs-translations/ko-KR/project/README-ko.md | 0 .../zh-CN/project/CONTRIBUTING.md | 0 README-zh_CN.md => docs-translations/zh-CN/project/README.md | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename CONTRIBUTING-ko.md => docs-translations/ko-KR/project/CONTRIBUTING.md (100%) rename README-ko.md => docs-translations/ko-KR/project/README-ko.md (100%) rename CONTRIBUTING-zh_CN.md => docs-translations/zh-CN/project/CONTRIBUTING.md (100%) rename README-zh_CN.md => docs-translations/zh-CN/project/README.md (100%) 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 From 0686908461dc74f1dfcf1465eee7f5acca734080 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 6 Sep 2016 14:58:50 -0700 Subject: [PATCH 2/2] Link to translations --- CONTRIBUTING.md | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) 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