ant-design/components/time-picker/locale/vi_VN.ts

9 lines
203 B
TypeScript

import type { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Chọn thời gian',
rangePlaceholder: ['Bắt đầu', 'Kết thúc'],
};
export default locale;