Closed ananzh closed 2 years ago
i18n-plugin can be installed and won't break current osd
Sanity test steps (OS 2.0, OSD 2.0):
git clone opensearch
repo and run
./gradlew run -Drun.distribution=oss
oss
is fine for test purpose because i18n-plugin does not require any engine installed
git clone opensearch-dashboards
, in plugins
folder git clone i18n-plugin
run yarn osd bootstrap
and yarn start
to launch opensearch-dashboards
opensearch-dashboards runs normally. no plugin in the draw down menu which is expected because there is no UI plugin.
Check more functionalities by creating dashboards using sample data, checking discover and advanced settings, and working on dev tools. Everything seems work well from manual sanity test.
Currently, i18n-plugin is generated using
Two tasks to make i18n-plugin work