mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
a9f14ea48f
* feat: 🌎 new kmr_IQ to replace ku_IQ close #25778 close #25790 * fix locale provider Legacy usage * Update docs/react/i18n.en-US.md Co-authored-by: Amumu <yoyo837@hotmail.com> * Update i18n.zh-CN.md Co-authored-by: Amumu <yoyo837@hotmail.com>
8 lines
143 B
TypeScript
Executable File
8 lines
143 B
TypeScript
Executable File
import { TimePickerLocale } from '../index';
|
|
|
|
const locale: TimePickerLocale = {
|
|
placeholder: 'Demê hilbijêre',
|
|
};
|
|
|
|
export default locale;
|