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

9 lines
185 B
Vue

import type { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Velg tid',
rangePlaceholder: ['Starttid', 'Sluttid'],
};
export default locale;