How to use the @talend/react-components/lib/TranslateWrapper function in @talend/react-components

To help you get started, we’ve selected a few @talend/react-components examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Talend / data-prep / dataprep-webapp / src / app / components / widgets-containers / widgets-containers-module.js View on Github external
.directive('pureList', ['reactDirective', reactDirective => reactDirective(
		getTranslated(List, { i18n })
	)])
	.directive('pureSidePanel', ['reactDirective', reactDirective => reactDirective(
github Talend / data-prep / dataprep-webapp / src / app / components / widgets-containers / widgets-containers-module.js View on Github external
.directive('talendForm', ['reactDirective', reactDirective => reactDirective(
		getTranslated(Form, { i18n })
	)])
	.component('notifications', NotificationsContainer)
github Talend / data-prep / dataprep-webapp / src / app / components / widgets-containers / widgets-containers-module.js View on Github external
.directive('pureAboutDialog', ['reactDirective', reactDirective => reactDirective(
		getTranslated(AboutDialog, { i18n })
	)])
	.directive('pureAppLoader', ['reactDirective', reactDirective => reactDirective(AppLoader)])
github Talend / data-prep / dataprep-webapp / src / app / components / widgets-containers / widgets-containers-module.js View on Github external
.directive('pureSidePanel', ['reactDirective', reactDirective => reactDirective(
		getTranslated(SidePanel, { i18n })
	)])
	.directive('pureLoader', ['reactDirective', reactDirective => reactDirective(Loader)])
github Talend / data-prep / dataprep-webapp / src / app / components / widgets-containers / widgets-containers-module.js View on Github external
.directive('pureAppHeaderBar', ['reactDirective', reactDirective => reactDirective(
		getTranslated(AppHeaderBar, { i18n })
	)])
	.directive('pureAboutDialog', ['reactDirective', reactDirective => reactDirective(