Skip to content

Commit 5437694

Browse files
committed
move localization to translations
1 parent 47cb8d2 commit 5437694

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

docs/content/doc/help/faq.en-us.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,7 @@ Which makes all other paths non-writeable to Gitea.
210210

211211
## Translation is incorrect/how to add more translations
212212

213-
Our translations are currently crowd-sourced on our [Crowdin project](https://crowdin.com/project/gitea)
214-
215-
Whether you want to change a translation or add a new one, it will need to be there as all translations are overwritten in our CI via the Crowdin integration.
213+
Check the [localization section]({{< relref "doc/translation/localization.en-us.md" >}}) on how to add or change translations.
216214

217215
## Hooks aren't running
218216

docs/content/doc/features/localization.en-us.md renamed to docs/content/doc/translation/localization.en-us.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toc: false
77
draft: false
88
menu:
99
sidebar:
10-
parent: "features"
10+
parent: "translation"
1111
name: "Localization"
1212
weight: 20
1313
identifier: "localization"
@@ -21,6 +21,12 @@ For changes to an **English** translation, a pull request can be made that chang
2121
the [english locale](https://github.com/go-gitea/gitea/blob/master/options/locale/locale_en-US.ini).
2222

2323
For changes to a **non-English** translation, refer to the Crowdin project above.
24+
Please don't submit non-English translation updates via GitHub pull requests, as they will be overwritten with the translations in Crowdin.
25+
26+
## Adding a new translation
27+
28+
If you want to add an entirely new translation, please [contact us]({{< relref "doc/help/seek-help" >}}) so we can set that up in Crowdin.
29+
Please understand that we only add new translations, if there is a volunteer for maintaining this translation with future changes.
2430

2531
## Supported Languages
2632

docs/content/doc/features/localization.zh-cn.md renamed to docs/content/doc/translation/localization.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toc: false
77
draft: false
88
menu:
99
sidebar:
10-
parent: "features"
10+
parent: "translation"
1111
name: "本地化"
1212
weight: 20
1313
identifier: "localization"

docs/content/doc/features/localization.zh-tw.md renamed to docs/content/doc/translation/localization.zh-tw.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toc: false
77
draft: false
88
menu:
99
sidebar:
10-
parent: "features"
10+
parent: "translation"
1111
name: "在地化"
1212
weight: 20
1313
identifier: "localization"

0 commit comments

Comments
 (0)