Open
Description
When you select an element with the keyboard, a lot of information about the operation is read out to you. Unfortunately, this information is not translated and is only available in English.
The reason for this seems to be a lack of customisation of DragDropContext. The standard text provided by the @hello-pangea/dnd library is used here.
<DragDropContext
screenReaderInstructions={{
draggable: t(‘PREFERENCES.TABLE.DRAG_INSTRUCTIONS’),
}}
...
And a corresponding text should solve the problem.