Skip to content

Commit

Permalink
Update i18n mappings for EUI v73.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
breehall committed Jan 17, 2023
1 parent c778871 commit c740e71
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,12 @@ export const getEuiContextMapping = (): EuiTokensObject => {
'euiColumnActions.moveRight': i18n.translate('core.euiColumnActions.moveRight', {
defaultMessage: 'Move right',
}),
'euiColumnSelector.dragHandleAriaLabel': i18n.translate(
'core.euiColumnSelector.dragHandleAriaLabel',
{
defaultMessage: 'Drag handle',
}
),
'euiColumnSelector.hideAll': i18n.translate('core.euiColumnSelector.hideAll', {
defaultMessage: 'Hide all',
}),
Expand Down

0 comments on commit c740e71

Please sign in to comment.