mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 21:59:41 +08:00
599a8f82f9
* fix: Updated hindi locale with missing messages. * feat:Updating snapshots.
9 lines
243 B
TypeScript
9 lines
243 B
TypeScript
import { TimePickerLocale } from '../index';
|
|
|
|
const locale: TimePickerLocale = {
|
|
placeholder: 'समय का चयन करें',
|
|
rangePlaceholder: ['आरंभिक समय', 'अंत समय'],
|
|
};
|
|
|
|
export default locale;
|