How can the contributors notice the changes in English version,
so that the contributors can change the corresponding translations?
[Other references]
- reactjs.org
- 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, like
dev-1.20-ko.6 (Created on 2021-03-05 from master)
dev-1.20-ko.7 (Created on 2021-03-20 from master)
- Since
dev-1.20-ko.6 branch contains the Eng version of website source as of 2021-03-05,
- and
dev-1.20-ko.7 branch contains the Eng version of website source as of 2021-03-20,
- comparing
dev-1.20-ko.6 and dev-1.20-ko.7 shows the changes in English version.
- Also, there is a script that checks if the English version of some localized contents have changed since a localized version has been committed.
How can the contributors notice the changes in English version,
so that the contributors can change the corresponding translations?
[Other references]
master.master, likedev-1.20-ko.6(Created on 2021-03-05 frommaster)dev-1.20-ko.7(Created on 2021-03-20 frommaster)dev-1.20-ko.6branch contains the Eng version of website source as of 2021-03-05,dev-1.20-ko.7branch contains the Eng version of website source as of 2021-03-20,dev-1.20-ko.6anddev-1.20-ko.7shows the changes in English version.