Skip to content

Commit 7205ff4

Browse files
committed
[processing#1701] Add language option in dropdown.
1 parent 6232817 commit 7205ff4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

client/components/Nav.jsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,16 @@ class Nav extends React.PureComponent {
609609
日本語
610610
</button>
611611
</li>
612+
<li className="nav__dropdown-item">
613+
<button
614+
onFocus={this.handleFocusForLang}
615+
onBlur={this.handleBlur}
616+
value="hi"
617+
onClick={e => this.handleLangSelection(e)}
618+
>
619+
हिन्दी
620+
</button>
621+
</li>
612622
</ul>
613623
</li>
614624
</React.Fragment>

0 commit comments

Comments
 (0)