Skip to content

Commit

Permalink
Fix language dropdown for Japanese (#2184)
Browse files Browse the repository at this point in the history
Fix an issue from #2182
  • Loading branch information
henrif75 authored Jul 2, 2024
1 parent 176e950 commit b201f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
<a id="zh-TW">Chinese Traditional (漢語)</a>
</button></li>
<li role="none"><button role="menuitem" class="theme">
<a id="ko">Japanese (日本語)</a>
<a id="ja">Japanese (日本語)</a>
</button></li>
<li role="none"><button role="menuitem" class="theme">
<a id="ko">Korean (한국어)</a>
Expand Down

0 comments on commit b201f22

Please sign in to comment.