ant-design/components/time-picker/locale/fr_BE.tsx
azro352 a50b4dc189
feat: Update fr_BE internationalization (#39415)
* Add missing fr_BE internationalization

* Fix snapshot due to correction
2022-12-09 15:13:21 +08:00

9 lines
210 B
TypeScript

import type { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: "Sélectionner l'heure",
rangePlaceholder: ['Heure de début', 'Heure de fin'],
};
export default locale;