mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 20:20:00 +08:00
f0c8402d65
* Add km_KH locale to component * Add test and docs * Fix typo * Add test snapshot
9 lines
244 B
TypeScript
9 lines
244 B
TypeScript
import { TimePickerLocale } from '../index';
|
|
|
|
const locale: TimePickerLocale = {
|
|
placeholder: 'រើសម៉ោង',
|
|
rangePlaceholder: ['ម៉ោងចប់ផ្ដើម', 'ម៉ោងបញ្ចប់'],
|
|
};
|
|
|
|
export default locale;
|