mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
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:
parent
12da665118
commit
6a9a4683f0
1 changed files with 5 additions and 5 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue