-
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
Feature/translate monitoring server(part_2) #25402
Feature/translate monitoring server(part_2) #25402
Conversation
second merge
Pinging @elastic/kibana-monitoring |
💔 Build Failed |
💔 Build Failed |
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.
One minor note, but otherwise LGTM!
const instanceMemoryTitle = i18n.translate('xpack.monitoring.metrics.apmInstance.memoryTitle', { | ||
defaultMessage: 'Memory' | ||
}); | ||
const transformationsTitle = i18n.translate('xpack.monitoring.metrics.apm.transformationsTitle', { |
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.
Should this be apmInstance.transformationsTitle
?
💚 Build Succeeded |
💚 Build Succeeded |
💚 Build Succeeded |
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.
LGTM
💚 Build Succeeded |
* Translate monitoring -> server -> metrics * Add monitooring path to i18nrx.json file * Fix issues * Remove eslint rule disabling
Translate monitoring -> server -> metrics folder
Part_1 : #25195
Fixes: #24713