We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c778871 commit c740e71Copy full SHA for c740e71
1 file changed
packages/core/i18n/core-i18n-browser-internal/src/i18n_eui_mapping.tsx
@@ -234,6 +234,12 @@ export const getEuiContextMapping = (): EuiTokensObject => {
234
'euiColumnActions.moveRight': i18n.translate('core.euiColumnActions.moveRight', {
235
defaultMessage: 'Move right',
236
}),
237
+ 'euiColumnSelector.dragHandleAriaLabel': i18n.translate(
238
+ 'core.euiColumnSelector.dragHandleAriaLabel',
239
+ {
240
+ defaultMessage: 'Drag handle',
241
+ }
242
+ ),
243
'euiColumnSelector.hideAll': i18n.translate('core.euiColumnSelector.hideAll', {
244
defaultMessage: 'Hide all',
245
0 commit comments