瀏覽代碼

Fix translations

Girish Ramakrishnan 9 年之前
父節點
當前提交
dc0f042927
共有 3 個文件被更改,包括 6 次插入2 次删除
  1. 1 1
      CloudronManifest.json
  2. 4 0
      DESCRIPTION.md
  3. 1 1
      Dockerfile

+ 1 - 1
CloudronManifest.json

@@ -4,7 +4,7 @@
   "author": "Gogs developers",
   "description": "file://DESCRIPTION.md",
   "tagline": "A painless self-hosted Git Service",
-  "version": "0.2.0",
+  "version": "0.2.1",
   "healthCheckPath": "/healthcheck",
   "httpPort": 3000,
   "addons": {

+ 4 - 0
DESCRIPTION.md

@@ -22,3 +22,7 @@ The goal of this project is to make the easiest, fastest, and most painless way
 - Social account login (GitHub, Google, QQ, Weibo)
 - Multi-language support ([14 languages](https://crowdin.com/project/gogs))
 
+### Bug reports
+
+Open bugs on [Github](https://github.com/cloudron-io/gogs-app/issues)
+

+ 1 - 1
Dockerfile

@@ -13,7 +13,7 @@ RUN mkdir -p ${GOPATH}/src/github.com/gogits && \
     cd ${GOPATH}/src/github.com/gogits && \
     git clone https://github.com/gogits/gogs.git && \
     cd gogs && \
-    git reset --hard 24d7a86a8d35aa1fadf05deaa10e141d33ea6632 && \
+    git reset --hard 87f5ca8e1f74616d9dc36a5f6fe57023444ed25c && \
     go get ./... && \
     go build && \
     go install && \