diff options
author | kolaente <k@knt.li> | 2021-01-22 20:12:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-22 20:12:50 +0100 |
commit | b672899372d968d9976b008f9bae60bad6882586 (patch) | |
tree | 87e7af10c037374fb08e9351be9d2744538e26f4 /docs/config.yaml | |
parent | 4d4cace5e76b2fa3fa83284011efadb626d787b9 (diff) | |
download | gitea-b672899372d968d9976b008f9bae60bad6882586.tar.gz gitea-b672899372d968d9976b008f9bae60bad6882586.zip |
Add german translation guidelines (#14283)
* Add german translation guidelines
* Add German Language to Docs
* add Translation cateory & move guidelines into it
Co-authored-by: kolaente <k@knt.li>
Co-authored-by: 6543 <6543@obermui.de>
Diffstat (limited to 'docs/config.yaml')
-rw-r--r-- | docs/config.yaml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/docs/config.yaml b/docs/config.yaml index 98d18c06c8..d8282bb935 100644 --- a/docs/config.yaml +++ b/docs/config.yaml @@ -359,3 +359,50 @@ languages: url: https://discourse.gitea.io/ weight: 80 pre: group + + de-de: + weight: 7 + languageName: Deutsch + menu: + page: + - name: Webseite + url: https://gitea.io/en-us/ + weight: 10 + pre: home + post: active + - name: Dokumentation + url: /de-de/ + weight: 20 + pre: question + - name: API + url: https://try.gitea.io/api/swagger + weight: 45 + pre: plug + - name: Blog + url: https://blog.gitea.io/ + weight: 30 + pre: rss + - name: Code + url: https://code.gitea.io/ + weight: 40 + pre: code + - name: Übersetzung + url: https://crowdin.com/project/gitea + weight: 41 + pre: language + - name: Downloads + url: https://dl.gitea.io/ + weight: 50 + pre: download + - name: GitHub + url: https://github.com/go-gitea/ + weight: 60 + pre: github + - name: Discord Chat + url: https://discord.gg/Gitea + weight: 70 + pre: comment + - name: Forum + url: https://discourse.gitea.io/ + weight: 80 + pre: group |