ant-design/components/time-picker/locale/eu_ES.tsx
Ian-Inizias c2afa97ca1
feat: Basque (eu-ES) translation (#39371)
* 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>
2022-12-08 11:04:12 +08:00

8 lines
146 B
TypeScript

import type { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Aukeratu ordua',
};
export default locale;