Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
df9cfb98
Commit
df9cfb98
authored
May 15, 2020
by
Gilang Gumilar
Committed by
Kushal Pandya
May 15, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Externalize i18n strings from ./app/views/shared/_group_form.html.haml
parent
5544f203
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
2 deletions
+13
-2
app/views/shared/_group_form.html.haml
app/views/shared/_group_form.html.haml
+2
-2
changelogs/unreleased/22691-externelize-i18n-strings-from---app-views-shared-_group_form-html-h.yml
...8n-strings-from---app-views-shared-_group_form-html-h.yml
+5
-0
locale/gitlab.pot
locale/gitlab.pot
+6
-0
No files found.
app/views/shared/_group_form.html.haml
View file @
df9cfb98
...
...
@@ -6,7 +6,7 @@
.form-group.group-name-holder.col-sm-12
=
f
.
label
:name
,
class:
'label-bold'
do
=
_
(
"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
,
title:
_
(
'Please fill in a descriptive name for your group.'
),
autofocus:
true
...
...
@@ -22,7 +22,7 @@
-
if
parent
%strong
=
parent
.
full_path
+
'/'
=
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
,
pattern:
Gitlab
::
PathRegex
::
NAMESPACE_FORMAT_REGEX_JS
,
title:
_
(
'Please choose a group URL with no special characters.'
),
...
...
changelogs/unreleased/22691-externelize-i18n-strings-from---app-views-shared-_group_form-html-h.yml
0 → 100644
View file @
df9cfb98
---
title
:
Externalize i18n strings from ./app/views/shared/_group_form.html.haml
merge_request
:
32132
author
:
Gilang Gumilar
type
:
changed
locale/gitlab.pot
View file @
df9cfb98
...
...
@@ -13800,6 +13800,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
msgid "My Awesome Group"
msgstr ""
msgid "My company or team"
msgstr ""
...
...
@@ -25944,6 +25947,9 @@ msgstr ""
msgid "must be greater than start date"
msgstr ""
msgid "my-awesome-group"
msgstr ""
msgid "n/a"
msgstr ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment