Skip to content
Snippets Groups Projects
Commit ba5cb321 authored by Brandon Labuschagne's avatar Brandon Labuschagne Committed by Fatih Acet
Browse files

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
No related branches found
No related tags found
No related merge requests found
import $ from 'jquery';
import { __ } from '~/locale';
 
export default class TransferDropdown {
constructor() {
Loading
Loading
@@ -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,
Loading
Loading
Loading
Loading
@@ -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 ""
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment