Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
parent
d25aca9c3a
commit
b8f2bd7587
2 changed files with 1 additions and 6 deletions
|
@ -13,7 +13,7 @@
|
|||
= link_to(project_compare_url(@merge_request.target_project, from: @existing_commits.first[:short_id], to: @existing_commits.last[:short_id])) do
|
||||
#{@existing_commits.first[:short_id]}...#{@existing_commits.last[:short_id]}
|
||||
= precede ' - ' do
|
||||
- commits_text = n_("#%d commit", "#%d commits", @total_existing_commits_count) % @total_existing_commits_count
|
||||
- commits_text = n_("%d commit", "%d commits", @total_existing_commits_count) % @total_existing_commits_count
|
||||
= s_('Notify|%{commits_text} from branch `%{target_branch}`') % {commits_text: commits_text, target_branch: @merge_request.target_branch}
|
||||
|
||||
- if @total_new_commits_count > 0
|
||||
|
|
|
@ -72,11 +72,6 @@ msgstr ""
|
|||
msgid "\"%{repository_name}\" size (%{repository_size}) is larger than the limit of %{limit}."
|
||||
msgstr ""
|
||||
|
||||
msgid "#%d commit"
|
||||
msgid_plural "#%d commits"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
msgid "#%{issueIid} (closed)"
|
||||
msgstr ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue