diff options
author | Sheogorath | 2019-10-05 13:31:39 +0200 |
---|---|---|
committer | GitHub | 2019-10-05 13:31:39 +0200 |
commit | 7c78e29e2a317a5c5e504a731f7c5f95d279b609 (patch) | |
tree | a84104876c03020cd0dcb5ee9060d2d7e1558b93 /public/views/index | |
parent | 09cf1057efbd8ed4f18ab85dfd04ada91c8b6f3b (diff) | |
parent | f0a8ff5eb3f3c743d5cdc9a2a429794de3f61d57 (diff) |
Merge pull request #189 from PetrTodorov/master
Added Czech translation
Diffstat (limited to 'public/views/index')
-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 9234da2f..942e90b6 100644 --- a/public/views/index/body.ejs +++ b/public/views/index/body.ejs @@ -151,6 +151,7 @@ <option value="sr">Cрпски</option> <option value="vi">Tiếng Việt</option> <option value="ar">العربية</option> + <option value="cs">Česky</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><% } %> |