useselect-label-not-i18n
useselect-label-not-i18n
React useSelect() label is not internationalized - ‘$LABEL’. You should support different langauges in your website or app with internationalization. Instead, use packages such as
i18next
to internationalize your elements.mui-snackbar-message
mui-snackbar-message
React MUI enqueueSnackbar() title is not internationalized: ‘$MESSAGE’
jsx-not-internationalized
jsx-not-internationalized
JSX element not internationalized: ‘$MESSAGE’. You should support different languages in your website or app with internationalization. Instead, use packages such as
i18next
in order to internationalize your elements.i18next-key-format
i18next-key-format
Translation key ‘$KEY’ should match format ‘MODULE.FEATURE.*’
jsx-label-not-i18n
jsx-label-not-i18n
JSX Component label not internationalized: ‘$MESSAGE’