> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codeant.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# I18next

<AccordionGroup>
  <Accordion title="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.
  </Accordion>

  <Accordion title="mui-snackbar-message">
    React MUI enqueueSnackbar() title is not internationalized: '\$MESSAGE'
  </Accordion>

  <Accordion title="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.
  </Accordion>

  <Accordion title="i18next-key-format">
    Translation key '\$KEY' should match format 'MODULE.FEATURE.\*'
  </Accordion>

  <Accordion title="jsx-label-not-i18n">
    JSX Component label not internationalized: '\$MESSAGE'
  </Accordion>
</AccordionGroup>
