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
1484700d
Commit
1484700d
authored
Apr 08, 2021
by
Takuya Noguchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix wrong externalization in HAML
Signed-off-by:
Takuya Noguchi
<
takninnovationresearch@gmail.com
>
parent
f0e7574b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
app/views/profiles/show.html.haml
app/views/profiles/show.html.haml
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+3
-0
No files found.
app/views/profiles/show.html.haml
View file @
1484700d
...
...
@@ -84,7 +84,7 @@
.col-lg-8
-# TODO: might need an entry in user/profile.md to describe some of these settings
-# https://gitlab.com/gitlab-org/gitlab-foss/issues/60070
%h5
=
(
"Time zone"
)
%h5
=
_
(
"Time zone"
)
=
dropdown_tag
(
_
(
"Select a timezone"
),
options:
{
toggle_class:
'gl-button btn js-timezone-dropdown input-lg'
,
title:
_
(
"Select a timezone"
),
filter:
true
,
placeholder:
s_
(
"OfSearchInADropdown|Filter"
),
data:
{
data:
timezone_data
}
}
)
%input
.hidden
{
:type
=>
'hidden'
,
:id
=>
'user_timezone'
,
:name
=>
'user[timezone]'
,
value:
@user
.
timezone
}
.col-lg-12
...
...
locale/gitlab.pot
View file @
1484700d
...
...
@@ -31959,6 +31959,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
msgid "Time zone"
msgstr ""
msgid "TimeTrackingEstimated|Est"
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