ant-design/components/time-picker/locale/tk_TK.tsx
Amumu b222f93cc5
feat: add a new locale tk_TK (#35605)
* feat: add a new locale tk_TK

* fix: fix moment locale
2022-05-18 11:20:53 +08:00

9 lines
208 B
TypeScript

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