mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 19:19:26 +08:00
b222f93cc5
* feat: add a new locale tk_TK * fix: fix moment locale
9 lines
208 B
TypeScript
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;
|