Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
.then( translations => i18n.addTranslations( translations ) );
}
const show = ( dom ) => {
i18n.setLocale( { '': Redirectioni10n.locale } );
i18n.addTranslations( Redirectioni10n.locale.translations );
ReactDOM.render( , document.getElementById( dom ) );
};