summaryrefslogtreecommitdiff
path: root/public/views/index/body.ejs
diff options
context:
space:
mode:
authorSheogorath2019-03-04 13:20:51 +0100
committerSheogorath2019-03-04 13:21:01 +0100
commit20d1f17d2ce69f7b79b8a4bbeb1d4d84f9ff84f0 (patch)
treea642b2adb2af49c87bfbb7b1ca7a05a7afe4a6d0 /public/views/index/body.ejs
parent87443dec5f686052fe68184b8efc46fad12f98bd (diff)
Add serbian language
Thanks for the work of the translator Vladan we got a serbian translation added! Those few changes will add serbian language support for future CodiMD releases. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to '')
-rw-r--r--public/views/index/body.ejs1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/views/index/body.ejs b/public/views/index/body.ejs
index a5e591ef..97b4280b 100644
--- a/public/views/index/body.ejs
+++ b/public/views/index/body.ejs
@@ -148,6 +148,7 @@
<option value="da">dansk</option>
<option value="ko">한국어</option>
<option value="id">Bahasa Indonesia</option>
+ <option value="sr">српски</option>
</select>
<p>
Powered by <a href="https://codimd.org">CodiMD</a> | <a href="<%- serverURL %>/s/release-notes" target="_blank" rel="noopener"><%= __('Releases') %></a>| <a href="<%- sourceURL %>" target="_blank" rel="noopener"><%= __('Source Code') %></a><% if(privacyStatement) { %> | <a href="<%- serverURL %>/s/privacy" target="_blank" rel="noopener"><%= __('Privacy') %></a><% } %><% if(termsOfUse) { %> | <a href="<%- serverURL %>/s/terms-of-use" target="_blank" rel="noopener"><%= __('Terms of Use') %></a><% } %>