diff options
author | Christoph (Sheogorath) Kern | 2018-06-07 14:52:56 +0200 |
---|---|---|
committer | GitHub | 2018-06-07 14:52:56 +0200 |
commit | f36b10abb2368459e4ba546d826c16b3232f4ba0 (patch) | |
tree | a9fbf1faa76008dfcc5ac73a60bb9b1e460c9107 /public/views | |
parent | 6f76e9940feee9b0a5f91d6fa3987ec9613d4d4e (diff) | |
parent | 56182532cb77bbea300c86601cbb137e2b9ac9e8 (diff) |
Merge pull request #837 from SISheogorath/translate/korean
Add korean translation
Diffstat (limited to '')
-rw-r--r-- | public/views/index/body.ejs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/views/index/body.ejs b/public/views/index/body.ejs index bf7988b7..122335a4 100644 --- a/public/views/index/body.ejs +++ b/public/views/index/body.ejs @@ -145,6 +145,7 @@ <option value="sv">svenska</option> <option value="eo">Esperanto</option> <option value="da">dansk</option> + <option value="ko">한국어</option> </select> <p> © 2018 <a href="https://hackmd.io">HackMD</a> | <a href="<%- url %>/s/release-notes" target="_blank"><%= __('Releases') %></a> |