mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
f1a09fe25d
* feat: Create gl_ES * Bump dependencies rc-pagination rc-picker * Add test case * Add documentation Co-authored-by: Amumu <yoyo837@hotmail.com> * Update test snapshots * fix snapshot Co-authored-by: Amumu <yoyo837@hotmail.com> Co-authored-by: 二货机器人 <smith3816@gmail.com>
8 lines
139 B
TypeScript
8 lines
139 B
TypeScript
import { TimePickerLocale } from '../index';
|
|
|
|
const locale: TimePickerLocale = {
|
|
placeholder: 'Escolla hora',
|
|
};
|
|
|
|
export default locale;
|