From beb7a0cfcb6a5a76d680707a4c458eee51d87c07 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 21 Sep 2018 18:53:29 -0700 Subject: Use unique translation IDs instead of English text as key --- template/html/unread_entries.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'template/html/unread_entries.html') diff --git a/template/html/unread_entries.html b/template/html/unread_entries.html index cadafb4..1db2b28 100644 --- a/template/html/unread_entries.html +++ b/template/html/unread_entries.html @@ -1,22 +1,22 @@ -{{ define "title"}}{{ t "Unread Items" }} {{ if gt .countUnread 0 }}({{ .countUnread }}){{ end }} {{ end }} +{{ define "title"}}{{ t "page.unread.title" }} {{ if gt .countUnread 0 }}({{ .countUnread }}){{ end }} {{ end }} {{ define "content"}} {{ if not .entries }} -

{{ t "There is no unread article." }}

+

{{ t "alert.no_unread_entry" }}

{{ else }}
{{ range .entries }} @@ -38,7 +38,7 @@ {{ if .entries }} {{ end }} -- cgit v1.2.3