We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ecba2c commit 2b9c99bCopy full SHA for 2b9c99b
src/legacy/ui/public/i18n/index.tsx
@@ -44,7 +44,7 @@ export function wrapInI18nContext<P>(ComponentToWrap: React.ComponentType<P>) {
44
}
45
46
uiModules
47
- .get('i18n')
+ .get('i18n', ['ngSanitize'])
48
.provider('i18n', I18nProvider)
49
.filter('i18n', i18nFilter)
50
.directive('i18nId', i18nDirective);
0 commit comments