Skip to content

Commit aa3601c

Browse files
committed
Localization
1 parent 2292b37 commit aa3601c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ShowOrchard.Theme/Views/Layout.liquid

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
</head>
2626
<body dir="{{ Culture.Dir }}">
2727
<header class="header">
28-
<nav class="header__navigation navigation" aria-label="Main navigation">
28+
<nav class="header__navigation navigation" aria-label="{{ "Main navigation" | t }}">
2929
<div class="navigation__container container d-flex justify-content-between">
3030
<a class="navigation__logo" href="{{ "~/" | href }}">Show Orchard</a>
31-
<button class="navigation__toggler navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#mainMenuContainer" aria-label="Toggle navigation">
31+
<button class="navigation__toggler navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#mainMenuContainer" aria-label="{{ "Toggle navigation" | t }}">
3232
<span class="navigation__togglerIcon"></span>
3333
</button>
3434
</div>

0 commit comments

Comments
 (0)