Skip to content

Commit

Permalink
refs Tokyo-Metro-Gov#1717 Move Markdown files to language specific di…
Browse files Browse the repository at this point in the history
…rectories
  • Loading branch information
masanori1102 committed Mar 18, 2020
1 parent 4cef2b1 commit 71eec93
Show file tree
Hide file tree
Showing 30 changed files with 57 additions and 61 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md → CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* `#covid19` チャンネルにご参加ください。

## 参加にあたって
* 開発に参加する前に、[Principle/行動規範](CODE_OF_CONDUCT.md) をご一読ください。
* 開発に参加する前に、[Principle/行動規範](./CODE_OF_CONDUCT.md) をご一読ください。
* コミュニケーションにあたっては、Code for Japan の [行動規範](https://github.com/codeforjapan/codeofconduct) もご確認ください。
* 自分ができそうな Issue に誰もアサインされていない場合、Issueに「やります!」等とコメントしてから開発をはじめてください。
* [good first issue ラベルのついたもの](https://github.com/tokyo-metropolitan-gov/covid19/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)は初心者におすすめです
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Tokyo Covid-19 response site contributors

ご協力に感謝です!!!

お名前の掲載をご希望の方は,[#654](https://github.com/tokyo-metropolitan-gov/covid19/issues/654)にコメントをお願いします
お名前の掲載をご希望の方は,[#654](https://github.com/tokyo-metropolitan-gov/covid19/issues/654)にコメントをお願いします

If you want to add your name, please comment on [#654](https://github.com/tokyo-metropolitan-gov/covid19/issues/654).

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

[![東京都 新型コロナウイルス感染症対策サイト](https://user-images.githubusercontent.com/1301149/75629392-1d19d900-5c25-11ea-843d-2d4376e3a560.png)](https://stopcovid19.metro.tokyo.lg.jp/)

### 日本語 | [English](./README_EN.md) | [Español](./README_ES.md) | [한국어](./README_KO.md) | [繁體中文](./README_ZH_TW.md) | [简体中文](./README_ZH_CN.md) | [Tiếng Việt](./README_VI.md) | [ภาษาไทย](./README_TH.md) | [French](./README_FR.md)
### 日本語 | [English](./docs/en/README.md) | [Español](./docs/es/README.md) | [한국어](./docs/ko/README.md) | [繁體中文](./docs/zh_TW/README.md) | [简体中文](./docs/zh_CN/README.md) | [Tiếng Việt](./docs/vi/README.md) | [ภาษาไทย](./docs/th/README.md) | [Français](./docs/fr/README.md)

## 貢献の仕方
Issues にあるいろいろな修正にご協力いただけると嬉しいです。

詳しくは[貢献の仕方](./.github/CONTRIBUTING.md)を御覧ください。
詳しくは[貢献の仕方](./CONTRIBUTING.md)を御覧ください。


## 行動原則
詳しくは[サイト構築にあたっての行動原則](./.github/CODE_OF_CONDUCT.md)を御覧ください。
詳しくは[サイト構築にあたっての行動原則](./CODE_OF_CONDUCT.md)を御覧ください。

## ライセンス
本ソフトウェアは、[MITライセンス](./LICENSE.txt)の元提供されています。
Expand All @@ -24,7 +24,7 @@ Issues にあるいろいろな修正にご協力いただけると嬉しいで

## 翻訳者向け情報

翻訳をお手伝いいただける方は、[こちらのドキュメント](./.github/TRANSLATION.md)を御覧ください。
翻訳をお手伝いいただける方は、[こちらのドキュメント](./TRANSLATION.md)を御覧ください。

## 開発者向け情報

Expand Down
2 changes: 1 addition & 1 deletion .github/TRANSLATION.md → TRANSLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ If you have something new texts which needs translation, please add the strings

We are using [nuxt-i18n](https://github.com/nuxt-community/nuxt-i18n) as a translation system. Please refer [their document](https://nuxtjs.org/examples/i18n/) to know how to use the library.

When you need to get translated text immediately, please ask to push the latest changes from Transifex in the #covid19 channel in Code for Japan Slack (see [our respos](https://github.com/tokyo-metropolitan-gov/covid19/blob/development/.github/CONTRIBUTING_EN.md#how-to-participate-in-communications)).
When you need to get translated text immediately, please ask to push the latest changes from Transifex in the #covid19 channel in Code for Japan Slack (see [our respos](https://github.com/tokyo-metropolitan-gov/covid19/blob/development/docs/en/CONTRIBUTING.md#how-to-participate-in-communications)).

After the text was translated, an organizer will apply new resources on the `dev-i18n` branch.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING_EN.md → docs/en/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This page shows how you can contribute to the development of this site.
* Join `#covid19` Channel

## For participation
* Please read [Principle / Code of Conduct](CODE_OF_CONDUCT_EN.md) before participating in development.
* Please read [Principle / Code of Conduct](./CODE_OF_CONDUCT.md) before participating in development.
* For communication, please also check Code for Japan's [Code of Conduct](https://github.com/codeforjapan/codeofconduct).
* If you plan to work on an issue, please leave a comment behind to give a heads-up.
* [good first issue label](https://github.com/tokyo-metropolitan-gov/covid19/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) is recommended for beginners.
Expand Down
10 changes: 5 additions & 5 deletions README_EN.md → docs/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
[![Tokyo COVID-19 Task Force website](https://user-images.githubusercontent.com/1301149/75629392-1d19d900-5c25-11ea-843d-2d4376e3a560.png)](https://stopcovid19.metro.tokyo.lg.jp/)


### [日本語](./README.md) | [English](./README_EN.md) | [Spanish](./README_ES.md) | [Korean](./README_KO.md) | [Chinese (Taiwan)](./README_ZH_TW.md) | [Chinese (Simplified)](./README_ZH_CN.md) | [Vietnamese](./README_VI.md) | [Thai](./README_TH.md) | [French](./README_FR.md)
### [日本語](./../../README.md) | English | [Español](./../es/README.md) | [한국어](./../ko/README.md) | [繁體中文](./../zh_TW/README.md) | [简体中文](./../zh_CN/README.md) | [Tiếng Việt](./../vi/README.md) | [ภาษาไทย](./../th/README.md) | [Français](./../fr/README.md)


## How to Contribute

All contributions are welcome!
Please check [How to contribute](./.github/CONTRIBUTING_EN.md) for details.
Please check [How to contribute](./CONTRIBUTING.md) for details.

## Code of Conduct

Please check [Code of conduct for developers](./.github/CODE_OF_CONDUCT_EN.md) for details.
Please check [Code of conduct for developers](./CODE_OF_CONDUCT.md) for details.

## License
This software is released under [the MIT License](./LICENSE.txt).
This software is released under [the MIT License](./../../LICENSE.txt).

## For Translators

Please check [How to translate](./.github/TRANSLATION.md) doc.
Please check [How to translate](./../../TRANSLATION.md) doc.

## For Developers

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING_ES.md → docs/es/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Esta página muestra cómo puede contribuir al desarrollo de este sitio.
* Únete al canal `#covid19`

## Para participar
* Por favor lea [Principio / Código de conducta](CODE_OF_CONDUCT_ES.md) antes de participar en desarrollos.
* Por favor lea [Principio / Código de conducta](./CODE_OF_CONDUCT.md) antes de participar en desarrollos.
* Para comunicaciones, verifique también el Código de Japón [Código de Conducta](https://github.com/codeforjapan/codeofconduct).
* Si encuentra algunos problemas que puede hacer, ¡por favor, asigne usted mismo!
* [good first issue label](https://github.com/tokyo-metropolitan-gov/covid19/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) se recomienda para principiantes
Expand Down
10 changes: 5 additions & 5 deletions README_ES.md → docs/es/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@

[![Tokyo COVID-19 Task Force website](https://user-images.githubusercontent.com/1301149/75629392-1d19d900-5c25-11ea-843d-2d4376e3a560.png)](https://stopcovid19.metro.tokyo.lg.jp/)

### [日本語](./README.md) | [English](./README_EN.md) | [Spanish](./README_ES.md) | [Korean](./README_KO.md) | [Chinese (Taiwan)](./README_ZH_TW.md) | [Chinese (Simplified)](./README_ZH_CN.md) | [Vietnamese](./README_VI.md) | [Thai](./README_TH.md) | [French](./README_FR.md)
### [日本語](./../../README.md) | [English](./../en/README.md) | Español | [한국어](./../ko/README.md) | [繁體中文](./../zh_TW/README.md) | [简体中文](./../zh_CN/README.md) | [Tiếng Việt](./../vi/README.md) | [ภาษาไทย](./../th/README.md) | [Français](./../fr/README.md)


## Cómo Contribuir

Todas las contribuciones son bienvenidas.!
Por favor, consulte [Cómo contribuir](./.github/CONTRIBUTING_ES.md) para obtener más detalles.
Por favor, consulte [Cómo contribuir](./CONTRIBUTING.md) para obtener más detalles.

## Código de Conducta

Por favor, consulte el [Código de conducta para desarrolladores](./.github/CODE_OF_CONDUCT_ES.md) para más detalles.
Por favor, consulte el [Código de conducta para desarrolladores](./CODE_OF_CONDUCT.md) para más detalles.

## Licencia
Este software se publica bajo la [licencia MIT](./LICENSE.txt).
Este software se publica bajo la [licencia MIT](./../../LICENSE.txt).

[PLEASE TRANSLATE ME]

Please check [How to translate](./.github/TRANSLATION.md) doc.
Please check [How to translate](./../../TRANSLATION.md) doc.

[/PLEASE TRANSLATE ME]

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING_FR.md → docs/fr/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Cette page explique comment contribuer au developpement de ce site.
* Joignez le Channel `#covid19`

## Pour participer
* Veuillez lire le [Principes / Code de Conduite](CODE_OF_CONDUCT_EN.md) avant de participer au developpement.
* Veuillez lire le [Principes / Code de Conduite](./CODE_OF_CONDUCT.md) avant de participer au developpement.
* Pour communiquer, veuillez lire le [Code de Conduite](https://github.com/codeforjapan/codeofconduct) de Code for Japan's.
* Si vous prevoyez de travailler sur une issue, laissez un commentaire pour prevenir.
* Pour les debutants, le label [good first issue label](https://github.com/tokyo-metropolitan-gov/covid19/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) est recommande.
Expand Down
8 changes: 4 additions & 4 deletions README_FR.md → docs/fr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
[![Tokyo COVID-19 Task Force website](https://user-images.githubusercontent.com/1301149/75629392-1d19d900-5c25-11ea-843d-2d4376e3a560.png)](https://stopcovid19.metro.tokyo.lg.jp/)


### [日本語](./README.md) | [English](./README_EN.md) | [Spanish](./README_ES.md) | [Korean](./README_KO.md) | [Chinese (Taiwan)](./README_ZH_TW.md) | [Chinese (Simplified)](./README_ZH_CN.md) | [Vietnamese](./README_VI.md) | [Thai](./README_TH.md) | [French](./README_FR.md)
### [日本語](./../../README.md) | [English](./../en/README.md) | [Español](./../es/README.md) | [한국어](./../ko/README.md) | [繁體中文](./../zh_TW/README.md) | [简体中文](./../zh_CN/README.md) | [Tiếng Việt](./../vi/README.md) | [ภาษาไทย](./../th/README.md) | Français


## Comment Contribuer

Toute contribution est bienvenue !
Veuillez checker [Comment contribuer](./.github/CONTRIBUTING_FR.md) pour plus d'informations.
Veuillez checker [Comment contribuer](./CONTRIBUTING.md) pour plus d'informations.

## Code of Conduct

Veuillew checker [Code de conduite des développeurs](./.github/CODE_OF_CONDUCT_FR.md) pour plus d'informations.
Veuillew checker [Code de conduite des développeurs](./CODE_OF_CONDUCT.md) pour plus d'informations.

## License
Ce logiciel est sous [license MIT](./LICENSE.txt).
Ce logiciel est sous [license MIT](./../../LICENSE.txt).

## Pour les développeurs

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING_KO.md → docs/ko/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* `#covid19` 채널에 많은 참여 부탁드립니다.

## 참여하기에 앞서
* 개발에 참가하기 전에, [Principle/행동강령](CODE_OF_CONDUCT_KO.md) 를 읽어주시기 바랍니다.
* 개발에 참가하기 전에, [Principle/행동강령](./CODE_OF_CONDUCT.md) 를 읽어주시기 바랍니다.
* 커뮤니케이션에 대해서는, Code for Japan의 [행동강령](https://github.com/codeforjapan/codeofconduct) 을 확인해주세요.
* 내가 참여할수 있는 Issue에 누구도 배정되지 않은 경우, Issue에 "제가 하겠습니다!"등의 댓글을 달아 주신 후 개발을 시작해주세요.
* [good first issue 라벨이 붙은 이슈](https://github.com/tokyo-metropolitan-gov/covid19/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)는 초보자에게 추천합니다.
Expand Down
12 changes: 6 additions & 6 deletions README_KO.md → docs/ko/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@

[![도쿄도 코로나19 대책 사이트](https://user-images.githubusercontent.com/1301149/75629392-1d19d900-5c25-11ea-843d-2d4376e3a560.png)](https://stopcovid19.metro.tokyo.lg.jp/)

### [日本語](./README.md) | [English](./README_EN.md) | [Spanish](./README_ES.md) | [Korean](./README_KO.md) | [Chinese (Taiwan)](./README_ZH_TW.md) | [Chinese (Simplified)](./README_ZH_CN.md) | [Vietnamese](./README_VI.md) | [Thai](./README_TH.md) | [French](./README_FR.md)
### [日本語](./../../README.md) | [English](./../en/README.md) | [Español](./../es/README.md) | 한국어 | [繁體中文](./../zh_TW/README.md) | [简体中文](./../zh_CN/README.md) | [Tiếng Việt](./../vi/README.md) | [ภาษาไทย](./../th/README.md) | [Français](./../fr/README.md)


## 기여방법
오픈상태의 Issue에 여러 가지 내용 추가 및 수정등으로 기여해주시면, 매우 감사하겠습니다.

자세한 내용은 다음의 [기여방법](./.github/CONTRIBUTING_KO.md) 링크를 참고해주세요.
자세한 내용은 다음의 [기여방법](./CONTRIBUTING.md) 링크를 참고해주세요.


## 행동강령
자세한 내용은 [사이트 구축 행동강령](./.github/CODE_OF_CONDUCT_KO.md)를 참고해주세요.
자세한 내용은 [사이트 구축 행동강령](./CODE_OF_CONDUCT.md)를 참고해주세요.


## 라이선스
이 소프트웨어는 [MIT 라이선스](./LICENSE.txt)를 따르고 있습니다.
이 소프트웨어는 [MIT 라이선스](./../../LICENSE.txt)를 따르고 있습니다.

## 이 사이트에서 파생된 사이트

해당 [링크(일본어)](./FORKED_SITES.md)를 클릭하여 보세요.
해당 [링크(일본어)](./../../FORKED_SITES.md)를 클릭하여 보세요.

## 번역에 대한 정보

번역을 하려면, 맨 먼저 다음의 [번역 방법(영어)](./.github/TRANSLATION.md) 문서를 확인하시기 바랍니다.
번역을 하려면, 맨 먼저 다음의 [번역 방법(영어)](./../../TRANSLATION.md) 문서를 확인하시기 바랍니다.

## 개발자를 위한 개발 정보

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING_TH.md → docs/th/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* เข้าร่วมกลุ่ม `#covid19`

## สำหรับการเข้าร่วมพัฒนา (For participation)
* โปรดอ่าน [Principle / Code of Conduct](CODE_OF_CONDUCT_TH.md)
* โปรดอ่าน [Principle / Code of Conduct](./CODE_OF_CONDUCT.md)
* สำหรับการติดต่อสื่อสาร โปรดอ่าน Code for Japan's [Code of Conduct](https://github.com/codeforjapan/codeofconduct).
* ถ้าวางแผนที่จะแก้ issue โปรดคอมเมนต์ เพื่อให้ทุกคนได้ทราบ
* ถ้า issue ไม่มีการอัพเดทภายใน"ครึ่งวัน" เราอาจถอดถอนการมอบหมายงาน
Expand Down
14 changes: 5 additions & 9 deletions README_TH.md → docs/th/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
[![Tokyo COVID-19 Task Force website](https://user-images.githubusercontent.com/1301149/75629392-1d19d900-5c25-11ea-843d-2d4376e3a560.png)](https://stopcovid19.metro.tokyo.lg.jp/)


### [日本語](./README.md) | [English](./README_EN.md) | [Spanish](./README_ES.md) | [Korean](./README_KO.md) | [Chinese (Taiwan)](./README_ZH_TW.md) | [Chinese (Simplified)](./README_ZH_CN.md) | [Vietnamese](./README_VI.md) | [Thai](./README_TH.md) | [French](./README_FR.md)
### [日本語](./../../README.md) | [English](./../en/README.md) | [Español](./../es/README.md) | [한국어](./../ko/README.md) | [繁體中文](./../zh_TW/README.md) | [简体中文](./../zh_CN/README.md) | [Tiếng Việt](./../vi/README.md) | ภาษาไทย | [Français](./../fr/README.md)


## การร่วมพัฒนา (How to Contribute)

เปิดรับการพัฒนาและอัพเดทต่างๆ!
โปรดอ่าน [How to contribute](./.github/CONTRIBUTING_TH.md)
โปรดอ่าน [How to contribute](./CONTRIBUTING.md)

## จรรยาบรรณ (Code of Conduct)

โปรดอ่าน [Code of conduct for developers](./.github/CODE_OF_CONDUCT_TH.md)
โปรดอ่าน [Code of conduct for developers](./CODE_OF_CONDUCT.md)

## ลิขสิทธิ์ (License)
ซอฟต์แวร์อยู่ภายใต้ลิขสิทธิ์ [the MIT License](./LICENSE.txt).
ซอฟต์แวร์อยู่ภายใต้ลิขสิทธิ์ [the MIT License](./../../LICENSE.txt).

[PLEASE TRANSLATE ME]

Please check [How to translate](./.github/TRANSLATION.md) doc.
Please check [How to translate](./../../TRANSLATION.md) doc.

[/PLEASE TRANSLATE ME]

Expand Down Expand Up @@ -107,8 +107,4 @@ Hotfix commit: hotfix/#{ISSUE_ID}-{branch_title_name}
| ---- | -------- | ---- | ---- |
| Production site HTML | production | http://stopcovid19.metro.tokyo.lg.jp/ | HTML สำหรับ production |
| Staging site HTML | gh-pages | https://stg-covid19-tokyo.netlify.com/ | HTML สำหรับ staging |
<<<<<<< HEAD
| สำหรับ OGP working directory | deploy / new_obp | None | สำหรับอัพเดท OGP |
=======
| สำหรับ OGP working directory | deploy / new_ogp | None | สำหรับอัพเดท OGP |
>>>>>>> parent of e1aa2bf5... Merge branch 'staging' into development
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING_VI.md → docs/vi/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Trang này cho bạn biết cách có thể đóng góp cho sự phát triển c
* Tham gia kênh `#covid19`

## Để tham gia
* Vui lòng đọc [Nguyên tắc / Quy tắc ứng xử](CODE_OF_CONDUCT_VI.md) trước khi tham gia phát triển.
* Vui lòng đọc [Nguyên tắc / Quy tắc ứng xử](./CODE_OF_CONDUCT.md) trước khi tham gia phát triển.
* Để liên lạc, vui lòng kiểm tra code cho [Quy tắc ứng xử] của Nhật Bản (https://github.com/codeforjapan/codeofconduct).
* Nếu bạn có kế hoạch xử lý một issue, vui lòng để lại bình luận phía sau để đưa ra ý kiến.
* [good first issue label](https://github.com/tokyo-metropolitan-gov/covid19/issues?q=is%3Asu+is%3Aopen+label%3A%22good+first+su%22) được khuyến nghị cho người mới bắt đầu.
Expand Down
10 changes: 5 additions & 5 deletions README_VI.md → docs/vi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@

[![Cổng thông tin chống dịch CoVid-19 của TP Tokyo](https://user-images.githubusercontent.com/1301149/75629392-1d19d900-5c25-11ea-843d-2d4376e3a560.png)](https://stopcovid19.metro.tokyo.lg.jp/)

### [日本語](./README.md) | [English](./README_EN.md) | [Spanish](./README_ES.md) | [Korean](./README_KO.md) | [Chinese (Taiwan)](./README_ZH_TW.md) | [Chinese (Simplified)](./README_ZH_CN.md) | [Vietnamese](./README_VI.md) | [Thai](./README_TH.md) | [French](./README_FR.md)
### [日本語](./../../README.md) | [English](./../en/README.md) | [Español](./../es/README.md) | [한국어](./../ko/README.md) | [繁體中文](./../zh_TW/README.md) | [简体中文](./../zh_CN/README.md) | Tiếng Việt | [ภาษาไทย](./../th/README.md) | [Français](./../fr/README.md)

## Làm thế nào để đóng góp
Mọi đóng góp của các bạn đều được chào đón.
Xin vui lòng đọc [tại đây](./.github/CONTRIBUTING_VI.md) để biết thêm chi tiết.
Xin vui lòng đọc [tại đây](./CONTRIBUTING.md) để biết thêm chi tiết.


## Quy tắc ứng xử
Chi tiết vui lòng xem [tại đây](./.github/CODE_OF_CONDUCT_VI.md)
Chi tiết vui lòng xem [tại đây](./CODE_OF_CONDUCT.md)

## Giấy phép
Phần mềm này được phân phối dưới giấy phép [MIT](./LICENSE.txt)
Phần mềm này được phân phối dưới giấy phép [MIT](./../../LICENSE.txt)

[PLEASE TRANSLATE ME]

Please check [How to translate](./.github/TRANSLATION.md) doc.
Please check [How to translate](./../../TRANSLATION.md) doc.

[/PLEASE TRANSLATE ME]

Expand Down
File renamed without changes.
Loading

0 comments on commit 71eec93

Please sign in to comment.