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

@@ -23,7 +23,7 @@ import {
useState,
MouseEvent as ReactMouseEvent,
} from 'react';
import { t } from '@apache-superset/core';
import { throttle } from 'lodash';
import {
POPOVER_INITIAL_HEIGHT,
@@ -135,7 +135,7 @@ export default function useResizeButton(
return [
<Icons.ArrowsAltOutlined
role="button"
aria-label="Resize"
aria-label={t('Resize')}
tabIndex={0}
onMouseDown={onDragDown}
className="edit-popover-resize"