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
40fffb5b
Commit
40fffb5b
authored
May 22, 2020
by
Gilang Gumilar
Committed by
Kushal Pandya
May 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Externalize i18n strings from ./app/views/shared/milestones/_form_dates.html.haml
parent
bb902428
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
6 deletions
+29
-6
app/views/shared/milestones/_form_dates.html.haml
app/views/shared/milestones/_form_dates.html.haml
+6
-6
changelogs/unreleased/22691-externalize-i18n-strings-from---app-views-shared-milestones-_form_d.yml
...8n-strings-from---app-views-shared-milestones-_form_d.yml
+5
-0
locale/gitlab.pot
locale/gitlab.pot
+18
-0
No files found.
app/views/shared/milestones/_form_dates.html.haml
View file @
40fffb5b
.col-md-6
.form-group.row
.col-form-label.col-sm-2
=
f
.
label
:start_date
,
"Start Date"
=
f
.
label
:start_date
,
_
(
'Start Date'
)
.col-sm-10
=
f
.
text_field
:start_date
,
class:
"datepicker form-control"
,
placeholder:
"Select start date"
,
autocomplete:
'off'
%a
.inline.float-right.prepend-top-5.js-clear-start-date
{
href:
"#"
}
Clear start date
=
f
.
text_field
:start_date
,
class:
"datepicker form-control"
,
placeholder:
_
(
'Select start date'
)
,
autocomplete:
'off'
%a
.inline.float-right.prepend-top-5.js-clear-start-date
{
href:
"#"
}
=
_
(
'Clear start date'
)
.form-group.row
.col-form-label.col-sm-2
=
f
.
label
:due_date
,
"Due Date"
=
f
.
label
:due_date
,
_
(
'Due Date'
)
.col-sm-10
=
f
.
text_field
:due_date
,
class:
"datepicker form-control"
,
placeholder:
"Select due date"
,
autocomplete:
'off'
%a
.inline.float-right.prepend-top-5.js-clear-due-date
{
href:
"#"
}
Clear due date
=
f
.
text_field
:due_date
,
class:
"datepicker form-control"
,
placeholder:
_
(
'Select due date'
)
,
autocomplete:
'off'
%a
.inline.float-right.prepend-top-5.js-clear-due-date
{
href:
"#"
}
=
_
(
'Clear due date'
)
changelogs/unreleased/22691-externalize-i18n-strings-from---app-views-shared-milestones-_form_d.yml
0 → 100644
View file @
40fffb5b
---
title
:
Externalize i18n strings from ./app/views/shared/milestones/_form_dates.html.haml
merge_request
:
32162
author
:
Gilang Gumilar
type
:
changed
locale/gitlab.pot
View file @
40fffb5b
...
...
@@ -4332,6 +4332,9 @@ msgstr ""
msgid "Clear chart filters"
msgstr ""
msgid "Clear due date"
msgstr ""
msgid "Clear input"
msgstr ""
...
...
@@ -4344,6 +4347,9 @@ msgstr ""
msgid "Clear search input"
msgstr ""
msgid "Clear start date"
msgstr ""
msgid "Clear templates search input"
msgstr ""
...
...
@@ -7788,6 +7794,9 @@ msgstr ""
msgid "Drop your designs to start your upload."
msgstr ""
msgid "Due Date"
msgstr ""
msgid "Due date"
msgstr ""
...
...
@@ -19186,6 +19195,9 @@ msgstr ""
msgid "Select branch/tag"
msgstr ""
msgid "Select due date"
msgstr ""
msgid "Select group or project"
msgstr ""
...
...
@@ -19231,6 +19243,9 @@ msgstr ""
msgid "Select source branch"
msgstr ""
msgid "Select start date"
msgstr ""
msgid "Select status"
msgstr ""
...
...
@@ -20424,6 +20439,9 @@ msgstr ""
msgid "Stars"
msgstr ""
msgid "Start Date"
msgstr ""
msgid "Start Web Terminal"
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