diff options
author | kevinlin18 <7793728+kevinlin18@users.noreply.github.com> | 2021-01-29 08:57:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 01:57:58 +0100 |
commit | 0e4a9dbcb90ff80356e51cffb81e2b8717ea035d (patch) | |
tree | e9119c9707eb942faf3440dbfd5928d81d6eb248 /docs/config.yaml | |
parent | 2ebe609d65f16b67ee54fe123f226bcd737be79e (diff) | |
download | gitea-0e4a9dbcb90ff80356e51cffb81e2b8717ea035d.tar.gz gitea-0e4a9dbcb90ff80356e51cffb81e2b8717ea035d.zip |
[docs] Add zh-tw Translations (#14507)
Diffstat (limited to 'docs/config.yaml')
-rw-r--r-- | docs/config.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/config.yaml b/docs/config.yaml index 8d2a23a517..c3927ef0d5 100644 --- a/docs/config.yaml +++ b/docs/config.yaml @@ -147,15 +147,15 @@ languages: url: https://blog.gitea.io/ weight: 30 pre: rss - - name: 程式碼 - url: https://code.gitea.io/ + - name: 商店 + url: https://shop.gitea.io/ weight: 40 - pre: code - - name: 翻译 + pre: shopping-cart + - name: 翻譯 url: https://crowdin.com/project/gitea weight: 41 pre: language - - name: 下载 + - name: 下載 url: https://dl.gitea.io/ weight: 50 pre: download @@ -163,11 +163,11 @@ languages: url: https://github.com/go-gitea/ weight: 60 pre: github - - name: Discord Chat + - name: Discord 聊天室 url: https://discord.gg/Gitea weight: 70 pre: comment - - name: Forum + - name: 討論區 url: https://discourse.gitea.io/ weight: 80 pre: group |