ant-design/components/time-picker/locale/km_KH.tsx
VIREAK KEOSOKVIBOL f0c8402d65
feat: Add km_KH locale to component (#32853)
* Add km_KH locale to component

* Add test and docs

* Fix typo

* Add test snapshot
2021-11-20 15:02:28 +08:00

9 lines
244 B
TypeScript

import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'រើសម៉ោង',
rangePlaceholder: ['ម៉ោងចប់ផ្ដើម', 'ម៉ោងបញ្ចប់'],
};
export default locale;