DSpace / dspace-angular

DSpace User Interface built on Angular.io
https://wiki.lyrasis.org/display/DSDOC8x/
BSD 3-Clause "New" or "Revised" License
122 stars 396 forks source link

missing i18n of placeholder values in date picker #2825

Open saschaszott opened 5 months ago

saschaszott commented 5 months ago

Bug Description

Placeholder values (year, month, day) in the date picker form element are hard-coded in

https://github.com/DSpace/dspace-angular/blob/d5aca7633c666e8827eb6645868d4fffd6b04bb6/src/app/shared/form/builder/ds-dynamic-form-ui/models/date-picker/date-picker.component.ts#L51

https://github.com/DSpace/dspace-angular/blob/d5aca7633c666e8827eb6645868d4fffd6b04bb6/src/app/shared/form/builder/ds-dynamic-form-ui/models/date-picker/date-picker.component.ts#L52

https://github.com/DSpace/dspace-angular/blob/d5aca7633c666e8827eb6645868d4fffd6b04bb6/src/app/shared/form/builder/ds-dynamic-form-ui/models/date-picker/date-picker.component.ts#L53

image

saschaszott commented 5 months ago

This bug is fixed in PR #2827