summaryrefslogtreecommitdiff
path: root/public/views/index
diff options
context:
space:
mode:
authorSheogorath2019-10-10 11:25:48 +0200
committerGitHub2019-10-10 11:25:48 +0200
commit3255649917569eb8f1bed02b1aed8045322736e4 (patch)
tree91abd19bafaf3dcc4f550e3324a11e5d65141cd6 /public/views/index
parent1fefdd893f15db0f4ac0cd2812bd00c4ceb5ef2e (diff)
parentc1f629161b80fc0ee3d59a154fddc7c6c4b0ed0a (diff)
Merge pull request #192 from MartinTuroci/master
Add Slovak locale
Diffstat (limited to 'public/views/index')
-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 942e90b6..6506ae7d 100644
--- a/public/views/index/body.ejs
+++ b/public/views/index/body.ejs
@@ -152,6 +152,7 @@
<option value="vi">Tiếng Việt</option>
<option value="ar">العربية</option>
<option value="cs">Česky</option>
+ <option value="sk">Slovensky</option>
</select>
<p>
<%- __('Powered by %s', '<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(imprint) { %> | <a href="<%- serverURL %>/s/imprint" target="_blank" rel="noopener"><%= __('Imprint') %></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><% } %>