ant-design-vue/components/time-picker/locale/sv_SE.tsx

8 lines
141 B
Vue

import type { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Välj tid',
};
export default locale;