[7.17] release_note:skip Issue #97976 (#137839) (#137970)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: rahuldimri <107100022+rahuldimri@users.noreply.github.com>
This commit is contained in:
Alejandro Fernández Haro 2022-08-09 12:16:31 +02:00 committed by GitHub
parent 12da665118
commit 6a9a4683f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,7 +109,7 @@ export const HELLO_WORLD = i18n.translate('hello.wonderful.world', {
});
-----------
Full details are {kib-repo}tree/master/packages/kbn-i18n#vanilla-js[here].
Full details are {kib-repo}tree/{branch}/packages/kbn-i18n#vanilla-js[here].
[discrete]
==== i18n for React
@ -133,14 +133,14 @@ export const Component = () => {
};
-----------
Full details are {kib-repo}tree/master/packages/kbn-i18n#react[here].
Full details are {kib-repo}tree/{branch}/packages/kbn-i18n#react[here].
[discrete]
=== Resources
To learn more about i18n tooling, see {blob}src/dev/i18n/README.md[i18n dev tooling].
To learn more about i18n tooling, see {kib-repo}blob/{branch}/src/dev/i18n/README.md[i18n dev tooling].
To learn more about implementing i18n in the UI, use the following links:
* {blob}packages/kbn-i18n/README.md[i18n plugin]
* {blob}packages/kbn-i18n/GUIDELINE.md[i18n guidelines]
* {kib-repo}blob/{branch}/packages/kbn-i18n/README.md[i18n plugin]
* {kib-repo}blob/{branch}/packages/kbn-i18n/GUIDELINE.md[i18n guidelines]