opensearch-project / dashboards-notifications

The Notifications plugin provides a central location for all of your notifications from OpenSearch plugins. You can use either OpenSearch Dashboards or the REST API to configure notifications. Dashboards offers a more organized way of selecting a channel type and selecting which OpenSearch plugin sources you want to use.
Apache License 2.0
9 stars 36 forks source link

Added localization for plugin #180

Closed fcientymeh closed 4 months ago

fcientymeh commented 5 months ago

Description

Adding localization of notification plugin.

Customizing for your own langugage:

  1. Translate pl.json tokens into your language
  2. Add path in .i18nrc.json for your new translated .json file (should be in translations plugin folder)
  3. Set your locale in config/opensearch_dashboards.yml file

Check List

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.