Browse Source

Merge pull request #529 from chk1/master

Translate missing entries & add German translation to homepage
无闻 11 years ago
parent
commit
6a79b76531
3 changed files with 42 additions and 21 deletions
  1. 2 2
      .gobuild.yml
  2. 18 18
      conf/locale/locale_de-DE.ini
  3. 22 1
      templates/home.tmpl

+ 2 - 2
.gobuild.yml

@@ -16,6 +16,6 @@ settings:
             then
             then
                 go install -v
                 go install -v
             else
             else
-                go get -v -tags "sqlite redis memecache" github.com/gogits/gogs
-                go install -v -tags "sqlite redis memecache"
+                go get -v -tags "sqlite redis memcache" github.com/gogits/gogs
+                go install -v -tags "sqlite redis memcache"
             fi
             fi

File diff suppressed because it is too large
+ 18 - 18
conf/locale/locale_de-DE.ini


File diff suppressed because it is too large
+ 22 - 1
templates/home.tmpl