Merge pull request #18 from appleboy/patch

Add zh-tw language.
This commit is contained in:
Thomas Boerger 2016-12-22 13:22:01 +01:00 committed by GitHub
commit 0f087e792f
2 changed files with 44 additions and 0 deletions

View File

@ -81,3 +81,34 @@ languages:
url: https://github.com/go-gitea/
weight: 60
pre: github
zh-tw:
weight: 2
languageName: 中文(繁體)
menu:
page:
- name: 網站
url: /zh-tw/
weight: 10
pre: home
post: active
- name: 文件
url: https://docs.gitea.io/zh-tw/
weight: 20
pre: question
- name: 部落格
url: https://blog.gitea.io/
weight: 30
pre: rss
- name: 程式碼
url: https://code.gitea.io/
weight: 40
pre: code
- name: 下载
url: https://dl.gitea.io/
weight: 50
pre: download
- name: GitHub
url: https://github.com/go-gitea/
weight: 60
pre: github

View File

@ -0,0 +1,13 @@
---
date: "2016-11-08T16:00:00+02:00"
title: "歡迎"
weight: 10
toc: false
draft: false
---
# Gitea - Git with a cup of tea
Gitea 是一個從 [Gogs](http://gogs.io) 分支出來的開源專案, 它是輕量級程式碼託管解決方案,後端採用 [Go](https://golang.org/) 程式語言撰寫,採用 [MIT](https://github.com/go-gitea/gitea/blob/master/LICENSE) 授權條款。Gitea 的程式碼目前存放在 [GitHub](https://github.com/go-gitea/) 上。
到目前尚未 Release 任何版本,不過我們正在努力開發 [1.0.0](https://github.com/go-gitea/gitea/milestone/1) 版本,此版本將可以讓您無痛從 Gogs 升級。