diff options
author | HesterG <hestergong@gmail.com> | 2023-06-08 17:40:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-08 09:40:05 +0000 |
commit | f0c967560a41864bcdb0a65fc10eff9773c5b835 (patch) | |
tree | ed9c4b110a1fb5ab669e7224468c7c864ed80579 /CONTRIBUTING.md | |
parent | 1cc63ade8216d816569884e70d7d2431a9bb2587 (diff) | |
download | gitea-f0c967560a41864bcdb0a65fc10eff9773c5b835.tar.gz gitea-f0c967560a41864bcdb0a65fc10eff9773c5b835.zip |
Change branch name from master to main in some documents' links (#25126) (#25140)
Backport #25126 to 1.20
As title. And needs to backport to 1.19
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b62d57741b..66ee37bfa2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -174,7 +174,7 @@ Here's how to run the test suite: ## Translation All translation work happens on [Crowdin](https://crowdin.com/project/gitea). -The only translation that is maintained in this repository is [the English translation](https://github.com/go-gitea/gitea/blob/master/options/locale/locale_en-US.ini). +The only translation that is maintained in this repository is [the English translation](https://github.com/go-gitea/gitea/blob/main/options/locale/locale_en-US.ini). It is synced regularly with Crowdin. \ Other locales on main branch **should not** be updated manually as they will be overwritten with each sync. \ Once a language has reached a **satisfactory percentage** of translated keys (~25%), it will be synced back into this repo and included in the next released version. |