fix outdated docs (#58729) (#59666)

This commit is contained in:
Joe Reuter 2020-03-09 18:20:34 +01:00 committed by GitHub
parent 331c68e049
commit 88d21df047
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -380,9 +380,9 @@ Note that for VSCode, to enable "live" linting of TypeScript (and other) file ty
All user-facing labels and info texts in Kibana should be internationalized. Please take a look at the [readme](packages/kbn-i18n/README.md) and the [guideline](packages/kbn-i18n/GUIDELINE.md) of the i18n package on how to do so.
In order to enable translations in the React parts of the application, the top most component of every `ReactDOM.render` call should be an `I18nContext`:
In order to enable translations in the React parts of the application, the top most component of every `ReactDOM.render` call should be the `Context` component from the `i18n` core service:
```jsx
import { I18nContext } from 'ui/i18n';
const I18nContext = coreStart.i18n.Context;
ReactDOM.render(
<I18nContext>