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:
parent
adc567577a
commit
db2eefba1d
2 changed files with 6 additions and 1 deletions
|
@ -1,10 +1,12 @@
|
|||
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 ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue