angular-ui / ui-grid

UI Grid: an Angular Data Grid
http://ui-grid.info
MIT License
5.39k stars 2.47k forks source link

Missing german translation #7156

Closed prx-lmo closed 3 years ago

prx-lmo commented 3 years ago

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' }

prx-lmo commented 3 years ago

fixed it: https://github.com/angular-ui/ui-grid/pull/7157