PLT-3767 Promote localizations on System Console and Account Settings (#3734)

Этот коммит содержится в:
enahum
2016-08-04 13:32:57 -05:00
коммит произвёл GitHub
родитель 953b14ab22
Коммит b04d2c2f39
3 изменённых файлов: 15 добавлений и 7 удалений

Просмотреть файл

@@ -8,7 +8,7 @@ import * as I18n from 'i18n/i18n.jsx';
import * as GlobalActions from 'actions/global_actions.jsx';
import Constants from 'utils/constants.jsx';
import {FormattedMessage} from 'react-intl';
import {FormattedMessage, FormattedHTMLMessage} from 'react-intl';
import React from 'react';
@@ -99,6 +99,13 @@ export default class ManageLanguage extends React.Component {
</select>
{serverError}
</div>
<div>
<br/>
<FormattedHTMLMessage
id='user.settings.languages.promote'
defaultMessage='Select which language Mattermost displays in the user interface.<br /><br />Would like to help with translations? Join the <a href="http://translate.mattermost.com/" target="_blank">Mattermost Translation Server</a> to contribute.'
/>
</div>
</div>
);