mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-04 08:59:40 +08:00
9 lines
265 B
TypeScript
9 lines
265 B
TypeScript
|
import { TimePickerLocale } from '../index';
|
||
|
|
||
|
const locale: TimePickerLocale = {
|
||
|
placeholder: 'സമയം തിരഞ്ഞെടുക്കുക',
|
||
|
rangePlaceholder: ['ആരംഭ സമയം', 'അവസാന സമയം'],
|
||
|
};
|
||
|
|
||
|
export default locale;
|