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

Updates precision definition #52024

Closed

Conversation

KOTungseth
Copy link
Contributor

@KOTungseth KOTungseth commented Dec 2, 2019

Summary

Closes #26100

@KOTungseth KOTungseth added review v7.0.0 Team:Visualizations Visualization editors, elastic-charts and infrastructure release_note:skip Skip the PR/issue when compiling release notes v7.2.0 v7.1.0 v7.3.0 v7.4.0 v7.5.0 labels Dec 2, 2019
@KOTungseth KOTungseth self-assigned this Dec 2, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app (Team:KibanaApp)

Copy link
Contributor

@wylieconlon wylieconlon left a comment

Choose a reason for hiding this comment

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

This has the unintended side effect of not translating the text, so left a comment on how to keep the translation.

Also, unlike docs changes, we don't backport as far for regular changes because we don't release older versions frequently. This should only be backported to 7.x

@@ -31,14 +30,10 @@ export default new Chainable('precision', {
{
name: 'precision',
types: ['number'],
help: i18n.translate('timelion.help.functions.precision.args.precisionHelpText', {
defaultMessage: 'Number of digits to round each value to',
}),
Copy link
Contributor

Choose a reason for hiding this comment

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

You can keep the i18n ID, but you will need to search for the same id timelion.help.functions.precision.args.precisionHelpText in the translation files and delete the translation.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@wylieconlon when you say i18n ID, do you mean lines 20, 34, and 39? Or just line 20?

Also, where are the translation files?

@elasticmachine
Copy link
Contributor

💔 Build Failed

@KOTungseth KOTungseth changed the title Updated precision definition Updates precision definition Jan 9, 2020
@KOTungseth KOTungseth closed this Feb 12, 2020
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 review Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DOCS] Clarify Precision function in Timelion Kibana
3 participants