Commit ba5cb321 authored by Brandon Labuschagne's avatar Brandon Labuschagne Committed by Fatih Acet

Internationalisation of groups directory

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

i18n documentation
https://docs.gitlab.com/ee/development/i18n/externalization.html
parent fe45f544
import $ from 'jquery';
import { __ } from '~/locale';
export default class TransferDropdown {
constructor() {
......@@ -13,7 +14,7 @@ export default class TransferDropdown {
}
buildDropdown() {
const extraOptions = [{ id: '', text: 'No parent group' }, 'divider'];
const extraOptions = [{ id: '', text: __('No parent group') }, 'divider'];
this.groupDropdown.glDropdown({
selectable: true,
......
......@@ -6038,6 +6038,9 @@ msgstr ""
msgid "No other labels with such name or description"
msgstr ""
msgid "No parent group"
msgstr ""
msgid "No preview for this file type"
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