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
5fa60b8c
Commit
5fa60b8c
authored
Dec 03, 2021
by
Martin Wortschack
Committed by
Olena Horal-Koretska
Dec 03, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Externalize i18n strings from blob/show.html.haml
parent
fcb5d0dd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
app/views/projects/blob/show.html.haml
app/views/projects/blob/show.html.haml
+2
-2
locale/gitlab.pot
locale/gitlab.pot
+3
-0
No files found.
app/views/projects/blob/show.html.haml
View file @
5fa60b8c
...
@@ -14,8 +14,8 @@
...
@@ -14,8 +14,8 @@
-
if
can_modify_blob?
(
@blob
)
-
if
can_modify_blob?
(
@blob
)
=
render
'projects/blob/remove'
=
render
'projects/blob/remove'
-
title
=
"Replace
#{
@blob
.
name
}
"
-
title
=
_
(
"Replace %{blob_name}"
)
%
{
blob_name:
@blob
.
name
}
=
render
'projects/blob/upload'
,
title:
title
,
placeholder:
title
,
button_title:
'Replace file'
,
form_path:
project_update_blob_path
(
@project
,
@id
),
method: :put
=
render
'projects/blob/upload'
,
title:
title
,
placeholder:
title
,
button_title:
_
(
'Replace file'
)
,
form_path:
project_update_blob_path
(
@project
,
@id
),
method: :put
=
render
partial:
'pipeline_tour_success'
if
show_suggest_pipeline_creation_celebration?
=
render
partial:
'pipeline_tour_success'
if
show_suggest_pipeline_creation_celebration?
=
render
'shared/web_ide_path'
=
render
'shared/web_ide_path'
locale/gitlab.pot
View file @
5fa60b8c
...
@@ -29196,6 +29196,9 @@ msgstr ""
...
@@ -29196,6 +29196,9 @@ msgstr ""
msgid "Replace"
msgid "Replace"
msgstr ""
msgstr ""
msgid "Replace %{blob_name}"
msgstr ""
msgid "Replace %{name}"
msgid "Replace %{name}"
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