mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-23 06:59:42 +00:00
.gitea
.github
assets
build
cmd
contrib
custom
docker
docs
assets
content
doc
advanced
developers
features
authentication.en-us.md
authentication.zh-cn.md
authentication.zh-tw.md
comparison.en-us.md
comparison.zh-cn.md
comparison.zh-tw.md
localization.en-us.md
localization.zh-cn.md
localization.zh-tw.md
webhooks.en-us.md
webhooks.zh-cn.md
webhooks.zh-tw.md
help
installation
translation
upgrade
usage
advanced.en-us.md
advanced.fr-fr.md
advanced.zh-cn.md
advanced.zh-tw.md
developers.en-us.md
developers.zh-cn.md
developers.zh-tw.md
features.en-us.md
features.zh-cn.md
features.zh-tw.md
help.en-us.md
help.fr-fr.md
help.zh-cn.md
help.zh-tw.md
installation.en-us.md
installation.fr-fr.md
installation.zh-cn.md
installation.zh-tw.md
translation.de-de.md
translation.en-us.md
translation.zh-tw.md
upgrade.en-us.md
upgrade.fr-fr.md
upgrade.zh-cn.md
upgrade.zh-tw.md
usage.en-us.md
usage.zh-cn.md
usage.zh-tw.md
page
layouts
scripts
static
.gitignore
LICENSE
Makefile
README.md
README_ZH.md
config.yaml
integrations
models
modules
options
public
routers
services
snap
templates
tools
web_src
.air.toml
.changelog.yml
.drone.yml
.editorconfig
.eslintrc
.gitattributes
.gitignore
.golangci.yml
.ignore
.lgtm
.npmrc
.stylelintrc
BSDmakefile
CHANGELOG.md
CONTRIBUTING.md
DCO
Dockerfile
Dockerfile.rootless
LICENSE
MAINTAINERS
Makefile
README.md
README_ZH.md
SECURITY.md
build.go
go.mod
go.sum
jest.config.js
main.go
package-lock.json
package.json
webpack.config.js
32 lines
1.1 KiB
Markdown
32 lines
1.1 KiB
Markdown
---
|
|
date: "2016-12-01T16:00:00+02:00"
|
|
title: "Localization"
|
|
slug: "localization"
|
|
weight: 10
|
|
toc: false
|
|
draft: false
|
|
menu:
|
|
sidebar:
|
|
parent: "features"
|
|
name: "Localization"
|
|
weight: 20
|
|
identifier: "localization"
|
|
---
|
|
|
|
# Localization
|
|
|
|
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.
|