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
2ef2ece1
Commit
2ef2ece1
authored
Apr 23, 2021
by
Marvin Karegyeya
Committed by
Olena Horal-Koretska
Apr 23, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Externalize strings in users/_profile.html.haml
parent
fa991d51
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
8 deletions
+34
-8
app/views/admin/users/_profile.html.haml
app/views/admin/users/_profile.html.haml
+8
-8
changelogs/unreleased/Externalise-strings-in-_profile-html-haml.yml
.../unreleased/Externalise-strings-in-_profile-html-haml.yml
+5
-0
locale/gitlab.pot
locale/gitlab.pot
+21
-0
No files found.
app/views/admin/users/_profile.html.haml
View file @
2ef2ece1
.card
.card-header
Profile
=
_
(
'Profile'
)
%ul
.content-list
%li
%span
.light
Member since
%span
.light
=
_
(
'Member since'
)
%strong
=
user
.
created_at
.
to_s
(
:medium
)
-
unless
user
.
public_email
.
blank?
%li
%span
.light
E-mail:
%span
.light
=
_
(
'E-mail:'
)
%strong
=
link_to
user
.
public_email
,
"mailto:
#{
user
.
public_email
}
"
-
unless
user
.
skype
.
blank?
%li
%span
.light
Skype:
%span
.light
=
_
(
'Skype:'
)
%strong
=
link_to
user
.
skype
,
"skype:
#{
user
.
skype
}
"
-
unless
user
.
linkedin
.
blank?
%li
%span
.light
LinkedIn:
%span
.light
=
_
(
'LinkedIn:'
)
%strong
=
link_to
user
.
linkedin
,
"https://www.linkedin.com/in/
#{
user
.
linkedin
}
"
-
unless
user
.
twitter
.
blank?
%li
%span
.light
Twitter:
%span
.light
=
_
(
'Twitter:'
)
%strong
=
link_to
user
.
twitter
,
"https://twitter.com/
#{
user
.
twitter
}
"
-
unless
user
.
website_url
.
blank?
%li
%span
.light
Website:
%span
.light
=
_
(
'Website:'
)
%strong
=
link_to
user
.
short_website_url
,
user
.
full_website_url
-
unless
user
.
location
.
blank?
%li
%span
.light
Location:
%span
.light
=
_
(
'Location:'
)
%strong
=
user
.
location
changelogs/unreleased/Externalise-strings-in-_profile-html-haml.yml
0 → 100644
View file @
2ef2ece1
---
title
:
Externalize strings in admin/users/_profile.html.haml
merge_request
:
58106
author
:
nuwe1
type
:
other
locale/gitlab.pot
View file @
2ef2ece1
...
...
@@ -11642,6 +11642,9 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
msgid "E-mail:"
msgstr ""
msgid "Each project can also have an issue tracker and a wiki."
msgstr ""
...
...
@@ -19193,6 +19196,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
msgid "LinkedIn:"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
...
...
@@ -19280,6 +19286,9 @@ msgstr ""
msgid "Location"
msgstr ""
msgid "Location:"
msgstr ""
msgid "Lock"
msgstr ""
...
...
@@ -19784,6 +19793,9 @@ msgstr ""
msgid "Member lock"
msgstr ""
msgid "Member since"
msgstr ""
msgid "Member since %{date}"
msgstr ""
...
...
@@ -29376,6 +29388,9 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
msgid "Skype:"
msgstr ""
msgid "Slack application"
msgstr ""
...
...
@@ -33489,6 +33504,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
msgid "Twitter:"
msgstr ""
msgid "Two-Factor Authentication"
msgstr ""
...
...
@@ -35494,6 +35512,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
msgid "Website:"
msgstr ""
msgid "Wednesday"
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