chore: update de_DE locale (#41521)

This commit is contained in:
JiaQi 2023-03-29 10:02:02 +08:00 committed by GitHub
parent 3c454496ef
commit dcf25ae1c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@ import type { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Zeit auswählen',
rangePlaceholder: ['Anfangszeit', 'Endzeit'],
};
export default locale;