提交 41fed29a 编写于 作者: F Fatih Acet

Merge branch 'js-i18n-groups' into 'master'

Internationalisation of groups directory

See merge request gitlab-org/gitlab-ce!27679
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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册