-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to 3.0.0 and add
es
translation (#25)
Bumped with: `yarn plugin-helpers version --sync legacy` Translation file generated from root level OSD core with: `./scripts/use_node scripts/i18n_extract.js --output-dir plugins/dashboards-i18n/translations/` To test: * Clone this repo into `OSD core/plugins` * `yarn osd bootstrap` * Start OpenSearch with `yarn opensearch snapshot` * Start OpenSearch Dashboards with `yarn start --i18n.locale=es` Appended to some string with `x` to verify working functionality. Signed-off-by: Kawika Avilla <[email protected]>
- Loading branch information
Showing
6 changed files
with
3,697 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ | |
"paths": { | ||
"i18nDashboards": "." | ||
}, | ||
"translations": [] | ||
"translations": ["translations/es.json"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"id": "i18nDashboards", | ||
"version": "2.1.0.0", | ||
"opensearchDashboardsVersion": "2.1.0", | ||
"version": "3.0.0.0", | ||
"opensearchDashboardsVersion": "3.0.0", | ||
"server": true, | ||
"ui": false, | ||
"requiredPlugins": [], | ||
"optionalPlugins": [] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.