OpenSearch-Dashboards icon indicating copy to clipboard operation
OpenSearch-Dashboards copied to clipboard

[BUG] Set language to Chinese

Open gaoyan0204 opened this issue 2 years ago • 3 comments

Describe the bug I want opensearch_ Dashboards language is set to Chinese. I'm in opensearch_ dashboards.yml Set i18n.locale: "zh-CN", but the language is English. opensearch_ dashboards version is 2.1. and I reported an error when installing the x-pack plug-in.

bash-4.2$ ./opensearch-dashboards-plugin install x-pack Found previous install attempt. Deleting... Attempting to transfer from x-pack Attempting to transfer from https://ci.opensearch.org/ci/dbc/distribution-build-opensearch-dashboards/1.3.3/latest/linux/x64/builds/opensearch-dashboards/plugins/x-pack-1.3.3.zip Plugin installation was unsuccessful due to error "No valid url specified."

gaoyan0204 avatar Jul 13 '22 03:07 gaoyan0204

Currently changing the language for OpenSearch Dashboards doesn't work, and there is an open issue for it: https://github.com/opensearch-project/OpenSearch-Dashboards/issues/772. There is another open issue aims to solve it https://github.com/opensearch-project/OpenSearch-Dashboards/issues/943, you could share your opinion there.

About installing the plugin. "x-pack" plugin is not supported in OpenSearch, so I don't think the URL contains "x-pack-1.3.3.zip" is valid. Please use the plugins that supports OpenSearch. We just uploaded the plugins that are included in opensearch-project into a public maven repo: https://repo1.maven.org/maven2/org/opensearch/plugin/, and for more info please see the issue https://github.com/opensearch-project/opensearch-build/issues/1916. Those plugins are all tested and supported with OpenSearch.

tlfeng avatar Jul 13 '22 05:07 tlfeng

When can support changing to language? Or can you tell me how to customize the language conversion plug-in?

gaoyan0204 avatar Jul 13 '22 07:07 gaoyan0204

Hi @gaoyan0204 - for changing language settings in OpenSearch Dashboards, please take a look at the i18n OpenSearch Dashboards plugin. It should be able to do what you're looking for.

joshuarrrr avatar Oct 04 '22 21:10 joshuarrrr