Skip to content
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

[Uptime] Translate bare strings #75918

Merged

Conversation

justinkambic
Copy link
Contributor

Summary

There are some strings in one of our client sagas that are not translated. This patch translates them.

Checklist

Delete any items that are not applicable to this PR.

For maintainers

@justinkambic justinkambic added v8.0.0 Team:Uptime - DEPRECATED Synthetics & RUM sub-team of Application Observability release_note:skip Skip the PR/issue when compiling release notes v7.10.0 labels Aug 25, 2020
@justinkambic justinkambic requested a review from a team as a code owner August 25, 2020 20:09
@justinkambic justinkambic self-assigned this Aug 25, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/uptime (Team:uptime)

@justinkambic justinkambic changed the title [Uptime] Translate a bare string [Uptime] Translate bare strings Aug 25, 2020
Comment on lines 40 to 44
const err = new Error(
i18n.translate('xpack.uptime.settings.errorMessage', {
defaultMessage: 'Cannot fetch effect without a payload',
})
);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure this needs translation :)

This is developer facing error.

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Build metrics

async chunks size

id value diff baseline
uptime 1.6MB +312.0B 1.6MB

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@justinkambic justinkambic merged commit d457d53 into elastic:master Aug 27, 2020
justinkambic added a commit to justinkambic/kibana that referenced this pull request Aug 27, 2020
* Translate a bare string.

* Remove unneeded translation.
@kibanamachine
Copy link
Contributor

Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync.

@kibanamachine kibanamachine added the backport missing Added to PRs automatically when the are determined to be missing a backport. label Aug 31, 2020
@kibanamachine
Copy link
Contributor

Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync.

@kibanamachine kibanamachine removed the backport missing Added to PRs automatically when the are determined to be missing a backport. label Sep 1, 2020
justinkambic added a commit that referenced this pull request Sep 1, 2020
* Translate a bare string.

* Remove unneeded translation.

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
@justinkambic
Copy link
Contributor Author

Backported to:
7.x/7.10.0 84e661b
#76081

@justinkambic justinkambic deleted the uptime_translate-success-toast branch September 1, 2020 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:skip Skip the PR/issue when compiling release notes Team:Uptime - DEPRECATED Synthetics & RUM sub-team of Application Observability v7.10.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants