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
5f1bc407
Commit
5f1bc407
authored
Jul 01, 2020
by
Alexander Turinske
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update pot file
- improve localized string to be less ambiguous
parent
6b7f6a55
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
ee/app/assets/javascripts/vulnerabilities/components/vulnerability_list.vue
...scripts/vulnerabilities/components/vulnerability_list.vue
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+3
-3
No files found.
ee/app/assets/javascripts/vulnerabilities/components/vulnerability_list.vue
View file @
5f1bc407
...
@@ -141,7 +141,7 @@ export default {
...
@@ -141,7 +141,7 @@ export default {
}
}
if
(
file
&&
startLine
)
{
if
(
file
&&
startLine
)
{
return
sprintf
(
__
(
'
%{file} (line: %{startLine})
'
),
{
file
,
startLine
})
;
return
`
${
file
}
${
sprintf
(
__
(
'
(line: %{startLine})
'
),
{
startLine
})}
`
;
}
}
return
file
;
return
file
;
...
...
locale/gitlab.pot
View file @
5f1bc407
...
@@ -367,9 +367,6 @@ msgstr ""
...
@@ -367,9 +367,6 @@ msgstr ""
msgid "%{filePath} deleted"
msgid "%{filePath} deleted"
msgstr ""
msgstr ""
msgid "%{file} (line: %{startLine})"
msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
msgstr ""
...
@@ -755,6 +752,9 @@ msgstr ""
...
@@ -755,6 +752,9 @@ msgstr ""
msgid "(external source)"
msgid "(external source)"
msgstr ""
msgstr ""
msgid "(line: %{startLine})"
msgstr ""
msgid "(removed)"
msgid "(removed)"
msgstr ""
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