Commit db2eefba authored by Brandon Labuschagne's avatar Brandon Labuschagne Committed by Tim Zallmann

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
parent adc56757
import { __ } from '~/locale';
const viewers = {
image: {
id: 'image',
},
markdown: {
id: 'markdown',
previewTitle: 'Preview Markdown',
previewTitle: __('Preview Markdown'),
},
};
......
......@@ -6688,6 +6688,9 @@ msgstr ""
msgid "Preview"
msgstr ""
msgid "Preview Markdown"
msgstr ""
msgid "Preview changes"
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