Skip to content

Commit

Permalink
Add new language support
Browse files Browse the repository at this point in the history
- Update language choose dropdown to fit more languages
  • Loading branch information
unknwon committed Apr 25, 2016
1 parent 78b8b63 commit 7049cb9
Show file tree
Hide file tree
Showing 12 changed files with 2,295 additions and 29 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The goal of this project is to make the easiest, fastest, and most painless way
- Mail service
- Administration panel
- Supports MySQL, PostgreSQL, SQLite3 and [TiDB](https://github.com/pingcap/tidb) (experimental)
- Multi-language support ([15 languages](https://crowdin.com/project/gogs))
- Multi-language support ([17 languages](https://crowdin.com/project/gogs))

## System Requirements

Expand Down
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自
- 支持邮件服务
- 支持后台管理面板
- 支持 MySQL、PostgreSQL、SQLite3 和 [TiDB](https://github.com/pingcap/tidb)(实验性支持) 数据库
- 支持多语言本地化([15 种语言]([more](https://crowdin.com/project/gogs))
- 支持多语言本地化([17 种语言]([more](https://crowdin.com/project/gogs))

## 系统要求

Expand Down
4 changes: 2 additions & 2 deletions conf/app.ini
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@ CLONE = 300
PULL = 300

[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,fi-FI
NAMES = English,简体中文,繁體中文,Deutsch,Français,Nederlands,Latviešu,Русский,日本語,Español,Português do Brasil,Polski,български,Italiano,Suomalainen
LANGS = en-US,zh-CN,zh-HK,zh-TW,de-DE,fr-FR,nl-NL,lv-LV,ru-RU,ja-JP,es-ES,pt-BR,pl-PL,bg-BG,it-IT,fi-FI,tr-TR
NAMES = English,简体中文,繁體中文(香港),繁體中文(台湾),Deutsch,Français,Nederlands,Latviešu,Русский,日本語,Español,Português do Brasil,Polski,български,Italiano,Suomalainen,Türk

; Used for datetimepicker
[i18n.datelang]
Expand Down
1,098 changes: 1,098 additions & 0 deletions conf/locale/locale_tr-TR.ini

Large diffs are not rendered by default.

Loading

0 comments on commit 7049cb9

Please sign in to comment.