mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-04 08:59:40 +08:00
c2afa97ca1
* Added basque (eu-ES) translation * Update components/locale/eu_ES.tsx Co-authored-by: Amumu <yoyo837@hotmail.com> * Update docs/react/i18n.zh-CN.md Co-authored-by: Amumu <yoyo837@hotmail.com> * added test cases Co-authored-by: Amumu <yoyo837@hotmail.com>
8 lines
146 B
TypeScript
8 lines
146 B
TypeScript
import type { TimePickerLocale } from '../index';
|
|
|
|
const locale: TimePickerLocale = {
|
|
placeholder: 'Aukeratu ordua',
|
|
};
|
|
|
|
export default locale;
|