ant-design/components/time-picker/locale/tk_TK.tsx

9 lines
208 B
TypeScript
Raw Normal View History

import type { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Wagty saýlaň',
rangePlaceholder: ['Başlanýan wagty', 'Gutarýan wagty'],
};
export default locale;