mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Improve translation of hidden aria elements
This commit is contained in:
parent
8367413e84
commit
f203326a29
28 changed files with 489 additions and 193 deletions
|
@ -6,7 +6,7 @@
|
|||
{{ t "page.shared_entries.title" }}
|
||||
<span aria-hidden="true">({{ .total }})</span>
|
||||
</h1>
|
||||
<span id="page-header-title-count" class="sr-only">{{ t "page.shared_entries.total" }}: {{ .total }}</span>
|
||||
<span id="page-header-title-count" class="sr-only">{{ plural "page.shared_entries_count" .total .total }}</span>
|
||||
{{ if .entries }}
|
||||
<nav aria-label="{{ t "page.shared_entries.title" }} {{ t "menu.title" }}">
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue