mirror of https://github.com/go-gitea/gitea
Git with a cup of tea, painless self-hosted git service
Mirror for internal git.with.parts use
https://git.with.parts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.1 KiB
34 lines
1.1 KiB
7 years ago
|
---
|
||
|
date: "2016-12-01T16:00:00+02:00"
|
||
|
title: "Localization"
|
||
|
slug: "localization"
|
||
|
weight: 10
|
||
4 years ago
|
toc: false
|
||
7 years ago
|
draft: false
|
||
|
menu:
|
||
|
sidebar:
|
||
2 years ago
|
parent: "contributing"
|
||
7 years ago
|
name: "Localization"
|
||
|
weight: 20
|
||
|
identifier: "localization"
|
||
|
---
|
||
|
|
||
|
# Localization
|
||
|
|
||
5 years ago
|
Gitea's localization happens through our [Crowdin project](https://crowdin.com/project/gitea).
|
||
|
|
||
4 years ago
|
For changes to an **English** translation, a pull request can be made that changes the appropriate key in
|
||
5 years ago
|
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.
|
||
|
|
||
2 years ago
|
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.
|
||
|
|
||
5 years ago
|
If you use a bleeding edge build, it should appear as soon as you update after the change is synced.
|