microsoft / microsoft/TypeScript-Website-Localizations
How can the contributors notice the changes in English version?
オープン
まだ誰も着手していません。
- 主要言語
- JavaScript
- スター
- 124
- フォーク
- 128
- 平均マージ
- 22時間 34分
- マージ済み PR(30日)
- 1
説明
How can the contributors notice the changes in English version,
so that the contributors can change the corresponding translations?
[Other references]
- reactjs.org
- The repo of the English version of the website: https://github.com/reactjs/reactjs.org
- The repo of the Korean version of the website: https://github.com/reactjs/ko.reactjs.org
- There is a bot that
- Every Monday,
- This bot detects the changes in Eng repo,
- and open a PR to Korean repo that suggests corresponding changes. (Example)
- kubernetes.io
- All the languages (en, ko, ...) are managed in one repo: https://github.com/kubernetes/website
- English-version-updating commits are merged to
master. - Every two weeks, the l10n teams of each language (e.g. Korean) create a new dev branch from
master, likedev-1.20-ko.6(Created on 2021-03-05 frommaster)dev-1.20-ko.7(Created on 2021-03-20 frommaster)
- Since
dev-1.20-ko.6branch contains the Eng version of website source as of 2021-03-05, - and
dev-1.20-ko.7branch contains the Eng version of website source as of 2021-03-20, - comparing
dev-1.20-ko.6anddev-1.20-ko.7shows the changes in English version.- (The script that helps comparing: https://github.com/kubernetes/website/tree/master/scripts#diff_l10n_branchespy)
- Also, there is a script that checks if the English version of some localized contents have changed since a localized version has been committed.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、参照されている reactjs.org のローカライズ bot と Kubernetes website のワークフローを、diff_l10n_branches.py および lsync.sh を含めて比較します。コントリビューターが英語の変更を特定し、対応する翻訳を更新できるワークフローを定義します。完了時には、このリポジトリ向けに合意された実装または文書化されたプロセスを含める必要があります。
索引モデルが issue の本文から書いたものです。
評価
- 領域
- localization
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 25/100