diff options
author | John Olheiser <john.olheiser@gmail.com> | 2020-05-14 16:33:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-14 17:33:52 -0400 |
commit | c8f06137411ca93520c5aa18130cc260571a8bac (patch) | |
tree | 276b2886d474774465c6abba9bcfd40d09d2e049 /docs/content/doc/features/localization.en-us.md | |
parent | 1982194dc5abe1b400245414bac09f83957b4fe5 (diff) | |
download | gitea-c8f06137411ca93520c5aa18130cc260571a8bac.tar.gz gitea-c8f06137411ca93520c5aa18130cc260571a8bac.zip |
Add localization docs (#11411)
* Add localization docs
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Clarify bleeding edge vs release
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Capitalize Crowdin
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'docs/content/doc/features/localization.en-us.md')
-rw-r--r-- | docs/content/doc/features/localization.en-us.md | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/docs/content/doc/features/localization.en-us.md b/docs/content/doc/features/localization.en-us.md index 1bb7beff82..3ec6cc077e 100644 --- a/docs/content/doc/features/localization.en-us.md +++ b/docs/content/doc/features/localization.en-us.md @@ -15,4 +15,17 @@ menu: # Localization -## TBD +Gitea's localization happens through our [Crowdin project](https://crowdin.com/project/gitea). + +For changes to an **English** translation, a pull request can be made that changes the appropriate key in +the [english locale](https://github.com/go-gitea/gitea/blob/master/options/locale/locale_en-US.ini). + +For changes to a **non-English** translation, refer to the Crowdin project above. + +## Supported Languages + +Any language listed in the above Crowdin project will be supported as long as 25% or more has been translated. + +After a translation has been accepted, it will be reflected in the main repository after the next Crowdin sync, which is generally after any PR is merged. +At the time of writing, this means that a changed translation may not appear until the following Gitea release. +If you use a bleeding edge build, it should appear as soon as you update after the change is synced. |