mirror of https://github.com/go-gitea/gitea.git
Backport #23939 by @lunny This PR also adjusts the weights. Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: delvh <dev.lh@web.de>
This commit is contained in:
parent
a83d597989
commit
d1af0a3e4c
|
@ -2,14 +2,14 @@
|
|||
date: "2021-10-13T16:00:00+02:00"
|
||||
title: "Guidelines for Frontend Development"
|
||||
slug: "guidelines-frontend"
|
||||
weight: 20
|
||||
weight: 30
|
||||
toc: false
|
||||
draft: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "contributing"
|
||||
name: "Guidelines for Frontend"
|
||||
weight: 20
|
||||
weight: 30
|
||||
identifier: "guidelines-frontend"
|
||||
---
|
||||
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
date: "2023-02-14T00:00:00+00:00"
|
||||
title: "Guidelines for Refactoring"
|
||||
slug: "guidelines-refactoring"
|
||||
weight: 20
|
||||
weight: 40
|
||||
toc: false
|
||||
draft: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "contributing"
|
||||
name: "Guidelines for Refactoring"
|
||||
weight: 20
|
||||
weight: 40
|
||||
identifier: "guidelines-refactoring"
|
||||
---
|
||||
|
||||
|
|
|
@ -1,15 +1,16 @@
|
|||
---
|
||||
date: "2021-01-22T00:00:00+02:00"
|
||||
title: "Übersetzungs Richtlinien"
|
||||
slug: "localization"
|
||||
weight: 70
|
||||
toc: true
|
||||
toc: false
|
||||
draft: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "contributing"
|
||||
name: "Übersetzungsrichtlinien"
|
||||
weight: 70
|
||||
identifier: "translation-guidelines"
|
||||
identifier: "localization"
|
||||
---
|
||||
|
||||
## Allgemeines
|
|
@ -2,14 +2,14 @@
|
|||
date: "2016-12-01T16:00:00+02:00"
|
||||
title: "Localization"
|
||||
slug: "localization"
|
||||
weight: 10
|
||||
weight: 70
|
||||
toc: false
|
||||
draft: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "contributing"
|
||||
name: "Localization"
|
||||
weight: 20
|
||||
weight: 70
|
||||
identifier: "localization"
|
||||
---
|
||||
|
||||
|
@ -31,3 +31,7 @@ After a translation has been accepted, it will be reflected in the main reposito
|
|||
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.
|
||||
|
||||
# How to Contribute
|
||||
|
||||
Different Languages have different translation guidelines. Please visit the respective page for more information.
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
date: "2016-12-01T16:00:00+02:00"
|
||||
title: "本地化"
|
||||
slug: "localization"
|
||||
weight: 20
|
||||
weight: 70
|
||||
toc: false
|
||||
draft: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "contributing"
|
||||
name: "本地化"
|
||||
weight: 20
|
||||
weight: 70
|
||||
identifier: "localization"
|
||||
---
|
||||
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
date: "2016-12-01T16:00:00+02:00"
|
||||
title: "在地化"
|
||||
slug: "localization"
|
||||
weight: 20
|
||||
weight: 70
|
||||
toc: false
|
||||
draft: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "contributing"
|
||||
name: "在地化"
|
||||
weight: 20
|
||||
weight: 70
|
||||
identifier: "localization"
|
||||
---
|
||||
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
---
|
||||
date: "2021-01-22T00:00:00+02:00"
|
||||
title: "Translation Guidelines"
|
||||
weight: 70
|
||||
toc: true
|
||||
draft: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "contributing"
|
||||
name: "Translation Guidelines"
|
||||
weight: 70
|
||||
identifier: "translation-guidelines"
|
||||
---
|
||||
|
||||
This place is used to provide a common set of rules to make sure the translation is consistent.
|
||||
|
||||
* [German](/de-de/übersetzungs-richtlinien/)
|
Loading…
Reference in New Issue