Pull more text into translation

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2026-05-19 17:55:22 -07:00
parent d206ed9f3e
commit b1b5408301
7 changed files with 37 additions and 10 deletions

View File

@@ -2,8 +2,8 @@
<div class="ongoing-placeholder">
{{ if eq .direction "previous" }}{{ partial "icon.html" "chevrons-left" }}{{ end }}
<div class="title-subtitle">
{{ title .direction }} in Series
<div class="title">Coming soon!</div>
{{ i18n (printf "%sInSeries" .direction) }}
<div class="title">{{ i18n "comingSoon" }}</div>
</div>
{{ if eq .direction "next" }}{{ partial "icon.html" "chevrons-right" }}{{ end }}
</div>