fix: add the untranslated text content of Chart page, Sql Editor page and some dashboard label in messages.pot (#13123)

This commit is contained in:
Thinking Chen
2021-02-20 09:54:22 +08:00
committed by GitHub
parent 571b53e9cf
commit eea5fe3b60
5 changed files with 36 additions and 11 deletions

View File

@@ -503,7 +503,7 @@ class SqlEditor extends React.PureComponent {
<Menu onClick={this.handleMenuClick} style={{ width: 176 }}>
<Menu.Item style={{ display: 'flex', justifyContent: 'space-between' }}>
{' '}
<span>Autocomplete</span>{' '}
<span>{t('Autocomplete')}</span>{' '}
<Switch
checked={this.state.autocompleteEnabled}
onChange={this.handleToggleAutocompleteEnabled}