Internationalisation of vue_shared directory

This is one of many MRs opened in order to improve the overall
internationalisation of the GitLab codebase.

This commit only targets the Vanilla JS files.

i18n documentation
https://docs.gitlab.com/ee/development/i18n/externalization.html
This commit is contained in:
Brandon Labuschagne 2019-04-29 18:09:11 +00:00 committed by Tim Zallmann
parent adc567577a
commit db2eefba1d
2 changed files with 6 additions and 1 deletions

View file

@ -1,10 +1,12 @@
import { __ } from '~/locale';
const viewers = {
image: {
id: 'image',
},
markdown: {
id: 'markdown',
previewTitle: 'Preview Markdown',
previewTitle: __('Preview Markdown'),
},
};

View file

@ -6688,6 +6688,9 @@ msgstr ""
msgid "Preview"
msgstr ""
msgid "Preview Markdown"
msgstr ""
msgid "Preview changes"
msgstr ""