-
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
[ML] Localize ml components ( part 1 ) #27957
Conversation
second merge
💔 Build Failed |
💚 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.
please fix small comments
x-pack/plugins/ml/public/components/job_group_select/job_group_select.js
Outdated
Show resolved
Hide resolved
x-pack/plugins/ml/public/components/job_group_select/job_group_select.js
Outdated
Show resolved
Hide resolved
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 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.
LGTM
💚 Build Succeeded |
* feature(ml): localize components * fix xpack.i18n localization strings * Resolve review comments * Add I18nProvider * Fix adding label to angular scope * Fix case of word * Update test snapshots. * Resolve review comments
6.x/6.7.0: 6e1ac42 |
ariaLabel = intl.formatMessage({ | ||
id: 'xpack.ml.fieldTypeIcon.geoPointTypeAriaLabel', | ||
defaultMessage: '{geoPointParam} type' | ||
}, { geoPointParam: 'geo_point' }); |
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.
@Bamieh, hello, could you please confirm that "geo point" string should not be translated? Otherwise, could you clarify why it is passed in as a parameter?
[ML] translate the following components
Parent Issue #25454