diff options
author | Christoph (Sheogorath) Kern | 2018-09-23 17:57:06 +0200 |
---|---|---|
committer | GitHub | 2018-09-23 17:57:06 +0200 |
commit | 32afa1437510fb55194c9532fced856f9a496eb0 (patch) | |
tree | 9e3f3434246b7b75d341c99ea1445ed8c091672f /public | |
parent | fe977434f9e90479c846f8bada2a6ce8df99e656 (diff) | |
parent | e65e85fa6ded897066ecb0bf2071e487017c0efb (diff) |
Merge pull request #962 from SISheogorath/feature/indonesian
Add indonesian language to CodiMD
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 53dbf2a2..5b5f7ed3 100644 --- a/public/views/index/body.ejs +++ b/public/views/index/body.ejs @@ -147,6 +147,7 @@ <option value="eo">Esperanto</option> <option value="da">dansk</option> <option value="ko">한국어</option> + <option value="id">Bahasa Indonesia</option> </select> <p> © 2018 <a href="https://hackmd.io">CodiMD</a> | <a href="<%- url %>/s/release-notes" target="_blank"><%= __('Releases') %></a><% if(privacyStatement) { %> | <a href="<%- url %>/s/privacy" target="_blank"><%= __('Privacy') %></a><% } %><% if(termsOfUse) { %> | <a href="<%- url %>/s/terms-of-use" target="_blank"><%= __('Terms of Use') %></a><% } %> |