no-unlocalized-jsx-text
Require translation for literal JSX text in opted-in localized interfaces.
Why
Literal UI copy cannot change with the selected language.
Fix
Pass the user-facing message through the configured translation API, or explicitly exempt text that must remain literal.
Examples
<p>Hello</p>;<p>{t("hello")}</p>;