mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
8791531896
commit
bd9eed51ab
3 changed files with 5 additions and 2 deletions
|
@ -13,6 +13,7 @@ You must add a `translations` directory at the root of your plugin. This directo
|
|||
.
|
||||
├── translations
|
||||
│ ├── en.json
|
||||
│ ├── ja-JP.json
|
||||
│ └── zh-CN.json
|
||||
└── .i18nrc.json
|
||||
-----------
|
||||
|
@ -40,7 +41,8 @@ To use Kibana i18n tooling, create a `.i18nrc.json` file with the following conf
|
|||
"exclude": [
|
||||
],
|
||||
"translations": [
|
||||
"translations/zh-CN.json"
|
||||
"translations/zh-CN.json",
|
||||
"translations/ja-JP.json"
|
||||
]
|
||||
}
|
||||
-----------
|
||||
|
|
|
@ -13,5 +13,6 @@ Kibana currently supports the following locales:
|
|||
+
|
||||
- English - `en` (default)
|
||||
- Chinese - `zh-CN`
|
||||
- Japanese - `ja-JP`
|
||||
|
||||
|
||||
|
|
|
@ -305,7 +305,7 @@ disable the License Management user interface.
|
|||
`xpack.rollup.enabled:`:: *Default: true* Set this value to false to disable the
|
||||
Rollup user interface.
|
||||
|
||||
`i18n.locale`:: *Default: en* Set this value to change the Kibana interface language. Valid locales are: `en`, `zh-CN`.
|
||||
`i18n.locale`:: *Default: en* Set this value to change the Kibana interface language. Valid locales are: `en`, `zh-CN`, `ja-JP`.
|
||||
|
||||
|
||||
include::{docdir}/settings/apm-settings.asciidoc[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue