Commit 94e94295 authored by Tim Zallmann's avatar Tim Zallmann

Merge branch 'js-i18n-vue-shared' into 'master'

Internationalisation of vue_shared directory

See merge request gitlab-org/gitlab-ce!27751
parents adc56757 db2eefba
import { __ } from '~/locale';
const viewers = { const viewers = {
image: { image: {
id: 'image', id: 'image',
}, },
markdown: { markdown: {
id: 'markdown', id: 'markdown',
previewTitle: 'Preview Markdown', previewTitle: __('Preview Markdown'),
}, },
}; };
......
...@@ -6688,6 +6688,9 @@ msgstr "" ...@@ -6688,6 +6688,9 @@ msgstr ""
msgid "Preview" msgid "Preview"
msgstr "" msgstr ""
msgid "Preview Markdown"
msgstr ""
msgid "Preview changes" msgid "Preview changes"
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment