Skip to content

Commit 105c528

Browse files
committed
Add Korean support
1 parent 5d0b334 commit 105c528

File tree

5 files changed

+1232
-6
lines changed

5 files changed

+1232
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The goal of this project is to make the easiest, fastest, and most painless way
5151
- Mail service
5252
- Administration panel
5353
- Supports MySQL, PostgreSQL, SQLite3 and [TiDB](https://github.com/pingcap/tidb) (experimental)
54-
- Multi-language support ([20 languages](https://crowdin.com/project/gogs))
54+
- Multi-language support ([21 languages](https://crowdin.com/project/gogs))
5555

5656
## System Requirements
5757

README_ZH.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自
3232
- 支持邮件服务
3333
- 支持后台管理面板
3434
- 支持 MySQL、PostgreSQL、SQLite3 和 [TiDB](https://github.com/pingcap/tidb)(实验性支持) 数据库
35-
- 支持多语言本地化([20 种语言]([more](https://crowdin.com/project/gogs))
35+
- 支持多语言本地化([21 种语言]([more](https://crowdin.com/project/gogs))
3636

3737
## 系统要求
3838

conf/app.ini

+3-2
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,8 @@ DEFAULT_INTERVAL = 8
398398
MAX_RESPONSE_ITEMS = 50
399399

400400
[i18n]
401-
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,cs-CZ,sr-SP,sv-SE
402-
NAMES = English,简体中文,繁體中文(香港),繁體中文(台湾),Deutsch,Français,Nederlands,Latviešu,Русский,日本語,Español,Português do Brasil,Polski,български,Italiano,Suomalainen,Türkçe,čeština,Српски,Svenska
401+
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,cs-CZ,sr-SP,sv-SE,ko-KR
402+
NAMES = English,简体中文,繁體中文(香港),繁體中文(台湾),Deutsch,Français,Nederlands,Latviešu,Русский,日本語,Español,Português do Brasil,Polski,български,Italiano,Suomalainen,Türkçe,čeština,Српски,Svenska,한국어
403403

404404
; Used for datetimepicker
405405
[i18n.datelang]
@@ -423,6 +423,7 @@ tr-TR = tr
423423
cs-CZ = cs-CZ
424424
sr-SP = sr
425425
sv-SE = sv
426+
ko-KR = ko
426427

427428
; Extension mapping to highlight class
428429
; e.g. .toml=ini

0 commit comments

Comments
 (0)