Merge pull request #328 from partrita/lektor

Add korean translation
This commit is contained in:
Russell Keith-Magee 2018-12-09 08:42:21 +08:00 committed by GitHub
commit 4315b6839b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 0 deletions

View file

@ -39,6 +39,11 @@ name = Danish
url_prefix = /da_DK/
locale = da_DK
[alternatives.ko]
name = Korean
url_prefix = /ko_KR/
locale = ko_KR
[packages]
lektor-rst = 0.1
lektor-github-repos = 0.1.1

View file

@ -46,3 +46,10 @@ source_path = /news/buzz
items = site.query('/news/buzz', alt='da_DK')
url_path = /da/news/buzz/atom.xml
item_model = blog-post
[blog-ko]
name = The Buzz
source_path = /news/buzz
items = site.query('/news/buzz', alt='ko_KR')
url_path = /ko/news/buzz/atom.xml
item_model = blog-post

View file

@ -47,3 +47,12 @@ community = Fællesskab
contributing = Bidrager
contact = Kontakt
languages = Sprog
[ko]
project = 프로젝트
news = 뉴스
community = 커뮤니티
contributing = 기여하기
contact = 연락하기
languages = 다른언어
donate = 기부하기