Singular form for files that has only one line (#8416)

This commit is contained in:
Lauris BH 2019-10-08 02:38:41 +03:00 committed by techknowlogick
parent 662a40ea29
commit 28d5347cf3
2 changed files with 2 additions and 1 deletions

View File

@ -681,6 +681,7 @@ stored_lfs = Stored with Git LFS
commit_graph = Commit Graph
blame = Blame
normal_view = Normal View
line = line
lines = lines
editor.new_file = New File

View File

@ -8,7 +8,7 @@
<div class="file-info text grey normal mono">
{{if .NumLines}}
<div class="file-info-entry">
{{.NumLines}} {{.i18n.Tr "repo.lines"}}
{{.NumLines}} {{.i18n.Tr (TrN .i18n.Lang .NumLines "repo.line" "repo.lines") }}
</div>
{{end}}
{{if .FileSize}}