forked from kevadesu/forgejo
Tweak locale to respect singular conflicting file message in P… (#10177)
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
This commit is contained in:
parent
cf33a18a5c
commit
6e6da2c276
3 changed files with 4 additions and 3 deletions
|
@ -269,7 +269,7 @@
|
|||
{{end}}
|
||||
{{if .IsPull}}
|
||||
{{if (len .PullRequest.ConflictedFiles) gt 0}}
|
||||
<span class="conflicting"><i class="octicon octicon-mirror"></i> {{$.i18n.Tr "repo.pulls.num_conflicting_files" (len .PullRequest.ConflictedFiles)}}</span>
|
||||
<span class="conflicting"><i class="octicon octicon-mirror"></i> {{$.i18n.Tr (TrN $.i18n.Lang (len .PullRequest.ConflictedFiles) "repo.pulls.num_conflicting_files_1" "repo.pulls.num_conflicting_files_n") (len .PullRequest.ConflictedFiles)}}</span>
|
||||
{{end}}
|
||||
{{end}}
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue