-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Description
Kibana version:
6.8.4
Elasticsearch version:
6.8.4
Server OS version:
centos 7.5
Browser version:
safari
Browser OS version:
macos 10.14.6
Original install method (e.g. download page, yum, from source, etc.):
yum
Describe the bug:
when switched to zh-CN using i18n setting in kibana.yml, there is a warning message coming up when browsing saved objects in kibana management section. This is caused by the i18n translation of the savedDashboard's title in savedObjectManagementRegistry(src/legacy/core_plugins/kibana/public/dashboard/saved_dashboard/saved_dashboards.js).
Steps to reproduce:
- Make a dashboard, it can be an empty one.
- Set i18n.locale: "zh-CN" in kibana.yml
- Start kibana and go to management -> saved objects.
Expected behavior:
There will be a warning message which means the Dashboard is an unknown type of saved object.
Errors in browser console (if relevant):
No errors in console
Provide logs and/or server output (if relevant):
Any additional context:
