-
Notifications
You must be signed in to change notification settings - Fork 968
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix unprefixed i18n identifiers in examples #8412
Conversation
Signed-off-by: Miki <miki@amazon.com>
4bd1406
to
af7a3c4
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8412 +/- ##
==========================================
+ Coverage 60.92% 60.94% +0.01%
==========================================
Files 3750 3757 +7
Lines 89103 89265 +162
Branches 13925 13959 +34
==========================================
+ Hits 54285 54400 +115
- Misses 31442 31478 +36
- Partials 3376 3387 +11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we changing the keys?
Either they are a duplicate of another key with a different value, or they are not using the namespace for this folder. |
Lets make sure to add those to the linter rules. I can see this easily drift in future :) |
* Fix unprefixed and duplicate i18n identifiers in examples Signed-off-by: Miki <miki@amazon.com> * Changeset file for PR #8412 created/updated * Changeset file for PR #8412 created/updated * Changeset file for PR #8412 created/updated --------- Signed-off-by: Miki <miki@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 2f541ff) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Fix unprefixed and duplicate i18n identifiers in examples * Changeset file for PR #8412 created/updated * Changeset file for PR #8412 created/updated * Changeset file for PR #8412 created/updated --------- (cherry picked from commit 2f541ff) Signed-off-by: Miki <miki@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Description
Fix unprefixed i18n identifiers in examples
Changelog
Check List
yarn test:jest
yarn test:jest_integration