2026-05-18 21:15:19 -07:00
|
|
|
{{- $comment := "" -}}
|
|
|
|
|
{{- if eq .from .to -}}
|
2026-05-19 17:55:22 -07:00
|
|
|
{{- $comment = i18n "lineX" .to -}}
|
2026-05-18 21:15:19 -07:00
|
|
|
{{- else if eq .from 0 -}}
|
2026-05-19 17:55:22 -07:00
|
|
|
{{- $comment = i18n "aroundLineX" .to -}}
|
2026-05-18 21:15:19 -07:00
|
|
|
{{- else -}}
|
2026-05-19 17:55:22 -07:00
|
|
|
{{- $comment = i18n "linesXThroughY" . -}}
|
2026-05-18 21:15:19 -07:00
|
|
|
{{- end -}}
|
|
|
|
|
{{- return $comment -}}
|