TranslationsTutorialsCreate a Custom Translation ProviderHow to Create a Custom Translation Provider If you are already using a translation system, you can pass a function that takes over the translation. return ( <RoqProvider translation={myTranslation}> <Component /> </RoqProvider> );How to Loading TranslationsHooks for Translation in React