We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f9c01 commit 098aa67Copy full SHA for 098aa67
client/components/Nav.jsx
@@ -752,6 +752,16 @@ class Nav extends React.PureComponent {
752
正體中文
753
</button>
754
</li>
755
+ <li className="nav__dropdown-item">
756
+ <button
757
+ onFocus={this.handleFocusForLang}
758
+ onBlur={this.handleBlur}
759
+ value="tr"
760
+ onClick={(e) => this.handleLangSelection(e)}
761
+ >
762
+ Türkçe
763
+ </button>
764
+ </li>
765
</ul>
766
767
</React.Fragment>
0 commit comments