Pull more text into translation
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{{- $comment := "" -}}
|
||||
{{- if eq .from .to -}}
|
||||
{{- $comment = printf ", line %d" .from -}}
|
||||
{{- $comment = i18n "lineX" .to -}}
|
||||
{{- else if eq .from 0 -}}
|
||||
{{- $comment = printf ", around line %d" .to -}}
|
||||
{{- $comment = i18n "aroundLineX" .to -}}
|
||||
{{- else -}}
|
||||
{{- $comment = printf ", lines %d through %d" .from .to -}}
|
||||
{{- $comment = i18n "linesXThroughY" . -}}
|
||||
{{- end -}}
|
||||
{{- return $comment -}}
|
||||
|
||||
Reference in New Issue
Block a user