Commit df9cfb98 authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Kushal Pandya

Externalize i18n strings from ./app/views/shared/_group_form.html.haml

parent 5544f203
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
.form-group.group-name-holder.col-sm-12 .form-group.group-name-holder.col-sm-12
= f.label :name, class: 'label-bold' do = f.label :name, class: 'label-bold' do
= _("Group name") = _("Group name")
= f.text_field :name, placeholder: 'My Awesome Group', class: 'form-control input-lg', = f.text_field :name, placeholder: _('My Awesome Group'), class: 'form-control input-lg',
required: true, required: true,
title: _('Please fill in a descriptive name for your group.'), title: _('Please fill in a descriptive name for your group.'),
autofocus: true autofocus: true
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
- if parent - if parent
%strong= parent.full_path + '/' %strong= parent.full_path + '/'
= f.hidden_field :parent_id = f.hidden_field :parent_id
= f.text_field :path, placeholder: 'my-awesome-group', class: 'form-control js-validate-group-path', = f.text_field :path, placeholder: _('my-awesome-group'), class: 'form-control js-validate-group-path',
autofocus: local_assigns[:autofocus] || false, required: true, autofocus: local_assigns[:autofocus] || false, required: true,
pattern: Gitlab::PathRegex::NAMESPACE_FORMAT_REGEX_JS, pattern: Gitlab::PathRegex::NAMESPACE_FORMAT_REGEX_JS,
title: _('Please choose a group URL with no special characters.'), title: _('Please choose a group URL with no special characters.'),
......
---
title: Externalize i18n strings from ./app/views/shared/_group_form.html.haml
merge_request: 32132
author: Gilang Gumilar
type: changed
...@@ -13800,6 +13800,9 @@ msgstr "" ...@@ -13800,6 +13800,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}" msgid "Multiple uploaders found: %{uploader_types}"
msgstr "" msgstr ""
msgid "My Awesome Group"
msgstr ""
msgid "My company or team" msgid "My company or team"
msgstr "" msgstr ""
...@@ -25944,6 +25947,9 @@ msgstr "" ...@@ -25944,6 +25947,9 @@ msgstr ""
msgid "must be greater than start date" msgid "must be greater than start date"
msgstr "" msgstr ""
msgid "my-awesome-group"
msgstr ""
msgid "n/a" msgid "n/a"
msgstr "" 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