mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
fix: add da_DK locale TimePicker range placeholder (#30128)
This commit is contained in:
parent
3cfda1042e
commit
3d40656aed
@ -2,6 +2,7 @@ import { TimePickerLocale } from '../index';
|
||||
|
||||
const locale: TimePickerLocale = {
|
||||
placeholder: 'Vælg tid',
|
||||
rangePlaceholder: ['Starttidspunkt', 'Sluttidspunkt'],
|
||||
};
|
||||
|
||||
export default locale;
|
||||
|
Loading…
Reference in New Issue
Block a user