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
c9d0b0c8
Commit
c9d0b0c8
authored
Dec 30, 2021
by
wortschi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Externalize strings for translation user's chat settings
Changelog: changed
parent
946e0078
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
app/views/profiles/chat_names/index.html.haml
app/views/profiles/chat_names/index.html.haml
+2
-1
locale/gitlab.pot
locale/gitlab.pot
+3
-0
No files found.
app/views/profiles/chat_names/index.html.haml
View file @
c9d0b0c8
...
...
@@ -9,7 +9,8 @@
=
_
(
'You can see your chat accounts.'
)
.col-lg-8
%h5
.gl-mt-0
Active chat names (
#{
@chat_names
.
size
}
)
%h5
.gl-mt-0
=
sprintf
(
_
(
'Active chat names (%{count})'
),
{
count:
@chat_names
.
size
})
-
if
@chat_names
.
present?
.table-responsive
...
...
locale/gitlab.pot
View file @
c9d0b0c8
...
...
@@ -1952,6 +1952,9 @@ msgstr ""
msgid "Active Sessions"
msgstr ""
msgid "Active chat names (%{count})"
msgstr ""
msgid "Activity"
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