1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-10-10 19:32:06 +00:00

Improve translation of hidden aria elements

This commit is contained in:
Frédéric Guillot 2024-02-04 12:51:04 -08:00
parent 8367413e84
commit f203326a29
28 changed files with 489 additions and 193 deletions

View file

@ -6,7 +6,7 @@
{{ t "page.unread.title" }}
<span aria-hidden="true">(<span class="unread-counter">{{ .countUnread }}</span>)</span>
</h1>
<span id="page-header-title-count" class="sr-only">{{ t "page.unread.total" }}: {{ .countUnread }}</span>
<span id="page-header-title-count" class="sr-only">{{ plural "page.unread_entry_count" .countUnread .countUnread }}</span>
{{ if .entries }}
<nav aria-label="{{ t "page.unread.title" }} {{ t "menu.title" }}">
<ul>