fix: add da_DK locale TimePicker range placeholder (#30128)

This commit is contained in:
Themi Tsiotas von Pfaler 2021-04-13 14:50:33 +02:00 committed by GitHub
parent 3cfda1042e
commit 3d40656aed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@ import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Vælg tid',
rangePlaceholder: ['Starttidspunkt', 'Sluttidspunkt'],
};
export default locale;