-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Updates precision definition #52024
Conversation
Pinging @elastic/kibana-app (Team:KibanaApp) |
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.
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', | |||
}), |
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.
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.
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.
@wylieconlon when you say i18n ID
, do you mean lines 20, 34, and 39? Or just line 20?
Also, where are the translation files?
💔 Build Failed |
Summary
Closes #26100