diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2020-04-15 12:42:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-15 01:42:09 -0300 |
commit | 7c8e116987895bf9c67dc133f8aa04a799170a2e (patch) | |
tree | 1d9287859141d41449807a394c6036a95f7d5902 /docs | |
parent | 0e4e14d0f53d9afed126868e7e2ccef74c73ae10 (diff) | |
download | gitea-7c8e116987895bf9c67dc133f8aa04a799170a2e.tar.gz gitea-7c8e116987895bf9c67dc133f8aa04a799170a2e.zip |
Add translation head on docs site (#11063)
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/config.yaml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/config.yaml b/docs/config.yaml index af4efc1b66..4053cba18c 100644 --- a/docs/config.yaml +++ b/docs/config.yaml @@ -52,6 +52,10 @@ menu: url: https://code.gitea.io/ weight: 40 pre: code + - name: Translation + url: https://crowdin.com/project/gitea + weight: 41 + pre: language - name: Downloads url: https://dl.gitea.io/ weight: 50 @@ -100,6 +104,10 @@ languages: url: https://code.gitea.io/ weight: 40 pre: code + - name: 翻译 + url: https://crowdin.com/project/gitea + weight: 41 + pre: language - name: 下载 url: https://dl.gitea.io/ weight: 50 @@ -143,6 +151,10 @@ languages: url: https://code.gitea.io/ weight: 40 pre: code + - name: 翻译 + url: https://crowdin.com/project/gitea + weight: 41 + pre: language - name: 下载 url: https://dl.gitea.io/ weight: 50 @@ -186,6 +198,10 @@ languages: url: https://code.gitea.io/ weight: 40 pre: code + - name: Translation + url: https://crowdin.com/project/gitea + weight: 41 + pre: language - name: Downloads url: https://dl.gitea.io/ weight: 50 @@ -229,6 +245,10 @@ languages: url: https://code.gitea.io/ weight: 40 pre: code + - name: Translation + url: https://crowdin.com/project/gitea + weight: 41 + pre: language - name: Downloads url: https://dl.gitea.io/ weight: 50 @@ -272,6 +292,10 @@ languages: url: https://code.gitea.io/ weight: 40 pre: code + - name: Translation + url: https://crowdin.com/project/gitea + weight: 41 + pre: language - name: Téléchargement url: https://dl.gitea.io/ weight: 50 |