Add i18n support: per-locale catalogs, URL-driven locale, translated core and examples
CI / full-gate (push) Successful in 2m37s
CI / full-gate (push) Successful in 2m37s
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<div class="nav-row">
|
||||
<% if (header) { -%>
|
||||
<details class="nav-disc"<%= node.open ? " open" : "" %>>
|
||||
<summary class="nav-tog" aria-label="Toggle <%= node.label %>"><svg class="ico chev"><use href="#i-chev"/></svg></summary>
|
||||
<summary class="nav-tog" aria-label="<%= t("shell.toggleSection", { label: node.label }) %>"><svg class="ico chev"><use href="#i-chev"/></svg></summary>
|
||||
</details>
|
||||
<% } else { -%>
|
||||
<span class="nav-spacer" aria-hidden="true"></span>
|
||||
|
||||
Reference in New Issue
Block a user