Browse Source

fix style and locale name

tags/v1.2.0-rc1
Unknwon 10 years ago
parent
commit
f875ca79e9
4 changed files with 5 additions and 5 deletions
  1. +1
    -1
      conf/app.ini
  2. +2
    -2
      modules/bindata/bindata.go
  3. +1
    -1
      public/css/gogs.min.css
  4. +1
    -1
      public/less/_base.less

+ 1
- 1
conf/app.ini View File

@@ -298,7 +298,7 @@ ARGS =

[i18n]
LANGS = en-US,zh-CN,zh-HK,de-DE,fr-FR,nl-NL,lv-LV,ru-RU,ja-JP,es-ES,pt-BR,pl-PL,bg-BG,it-IT
NAMES = English,简体中文,繁體中文,Deutsch,Français,Nederlands,Latviešu,Русский,日本語,Español,Português,Polski,български,Italiano
NAMES = English,简体中文,繁體中文,Deutsch,Français,Nederlands,Latviešu,Русский,日本語,Español,Português do Brasil,Polski,български,Italiano

; Used for datetimepicker
[i18n.datelang]


+ 2
- 2
modules/bindata/bindata.go
File diff suppressed because it is too large
View File


+ 1
- 1
public/css/gogs.min.css
File diff suppressed because it is too large
View File


+ 1
- 1
public/less/_base.less View File

@@ -115,7 +115,7 @@ img {
}

footer {
margin-top: @footer-margin!important;
margin-top: @footer-margin+14px!important;
height: @footer-margin;
background-color: white;
border-top: 1px solid #d6d6d6;


Loading…
Cancel
Save