useReactI18next
Integrates the i18next
instance with React
using react-i18next
.
This extension function allows the i18next
instance to use the React
integration provided by react-i18next
. It enables React
components to utilize translation functionalities through hooks and higher-order components.
Receiver
The I18n instance to which the React
integration will be added.
Return
The updated I18n instance with React
integration.