Add paige_menu translation

This commit is contained in:
Will Faught
2024-07-12 18:43:47 -07:00
parent 51f0780dc8
commit 54b1aa90db
14 changed files with 40 additions and 1 deletions

View File

@@ -47,7 +47,7 @@
{{ end }}
{{ with $menu }}
<nav class="my-3" id="paige-menu">
<nav aria-label="{{ i18n `paige_menu` }}" class="my-3" id="paige-menu">
<ul class="align-items-center justify-content-center nav {{ if $pills }} nav-pills {{ else if $tabs }} nav-tabs {{ else if $underline }} nav-underline {{ end }}">
{{ range . }}
{{ $menupath := strings.TrimPrefix $basepath .URL }}