diff --git a/client/components/Nav.jsx b/client/components/Nav.jsx index 4056607f..1aff3927 100644 --- a/client/components/Nav.jsx +++ b/client/components/Nav.jsx @@ -5,7 +5,7 @@ import { withRouter } from 'react-router'; import { Link } from 'react-router'; import classNames from 'classnames'; import { withTranslation } from 'react-i18next'; -import i18next from 'i18next'; +import { languageKeyToLabel } from '../i18n'; import * as IDEActions from '../modules/IDE/actions/ide'; import * as toastActions from '../modules/IDE/actions/toast'; import * as projectActions from '../modules/IDE/actions/project'; @@ -549,7 +549,7 @@ class Nav extends React.PureComponent { renderLanguageMenu(navDropdownState) { return ( - + ); } @@ -605,6 +605,7 @@ class Nav extends React.PureComponent { renderUnauthenticatedUserMenu(navDropdownState) { return (