mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 04:00:13 +08:00
0f87360d2f
* Upgraded hr_HR locale * Update hr_HR.tsx Disable no-template-curly-in-string lint error * Update hr_HR.tsx * Update hr_HR.tsx Co-authored-by: Amumu <yoyo837@hotmail.com>
9 lines
208 B
TypeScript
9 lines
208 B
TypeScript
import { TimePickerLocale } from '../index';
|
|
|
|
const locale: TimePickerLocale = {
|
|
placeholder: 'Odaberite vrijeme',
|
|
rangePlaceholder: ['Vrijeme početka', 'Vrijeme završetka'],
|
|
};
|
|
|
|
export default locale;
|