mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 18:19:22 +03:00
Add Korean language
This commit is contained in:
parent
8a7f25bcf4
commit
832894716c
11 changed files with 421 additions and 16 deletions
|
|
@ -48,6 +48,8 @@ LANG_ZH_TW = "中文(台灣)"
|
|||
LANG_ZH_CN = "中文(简体)"
|
||||
LANG_ZH_HK = "中文(香港)"
|
||||
|
||||
LANG_KO_KR = "한국어"
|
||||
|
||||
[LANGS_NAMES_EN]
|
||||
LANG_EN = "English"
|
||||
LANG_EN_US = "English (US)"
|
||||
|
|
@ -97,4 +99,6 @@ LANG_JA_JP = "Japanese"
|
|||
LANG_CN = "Chinese"
|
||||
LANG_ZH_TW = "Traditional Chinese (Taiwan)"
|
||||
LANG_ZH_CN = "Simplified Chinese (China)"
|
||||
LANG_ZH_HK = "Traditional Chinese (Hong Kong)"
|
||||
LANG_ZH_HK = "Traditional Chinese (Hong Kong)"
|
||||
|
||||
LANG_KO_KR = "Korean"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue