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:
Evan Rusackas
2026-02-23 00:27:37 -05:00
committed by GitHub
parent 672a380587
commit 3f64ad3da5
71 changed files with 65097 additions and 15158 deletions

View File

@@ -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' }}>