there is missing german translation when it comes to validation and selection
Those are missing:
validate: {
error: 'Error:',
minLength: 'Value should be at least THRESHOLD characters long.',
maxLength: 'Value should be at most THRESHOLD characters long.',
required: 'A value is needed.'
}
and
selection: {
aria: {
row: 'Row'
},
selectAll: 'Select All',
displayName: 'Row Selection Checkbox'
}
there is missing german translation when it comes to validation and selection Those are missing: validate: { error: 'Error:', minLength: 'Value should be at least THRESHOLD characters long.', maxLength: 'Value should be at most THRESHOLD characters long.', required: 'A value is needed.' } and selection: { aria: { row: 'Row' }, selectAll: 'Select All', displayName: 'Row Selection Checkbox' }