Update translations

Actually translate the language dropdown label & add the string.
Remove some unused ones.
This commit is contained in:
David Baker 2017-05-25 16:52:15 +01:00
parent 39dbc4c6e1
commit 3a379d09de
2 changed files with 2 additions and 3 deletions

View file

@ -567,7 +567,7 @@ module.exports = React.createClass({
_renderLanguageSetting: function () {
const LanguageDropdown = sdk.getComponent('views.elements.LanguageDropdown');
return <div>
<label htmlFor="languageSelector">Interface Language</label>
<label htmlFor="languageSelector">{_t('Interface Language')}</label>
<LanguageDropdown ref="language" onOptionChange={this.onLanguageChange}
className="mx_UserSettings_language"
value={this.state.Language}