mirror of
https://github.com/apache/superset.git
synced 2026-05-09 09:55:19 +00:00
fix(i18n): wrap untranslated frontend strings and add i18n lint rule (#37776)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1051,7 +1051,7 @@ class AnnotationLayer extends PureComponent<
|
||||
<>
|
||||
{this.props.error && (
|
||||
<span style={{ color: this.props.theme.colorError }}>
|
||||
ERROR: {this.props.error}
|
||||
{t('ERROR')}: {this.props.error}
|
||||
</span>
|
||||
)}
|
||||
<div style={{ display: 'flex', flexDirection: 'row' }}>
|
||||
|
||||
Reference in New Issue
Block a user