mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 04:00:13 +08:00
4107c83234
* add Belarusian language translation * add Belarusian locale, fix bugs * fix: slider and select version
9 lines
228 B
TypeScript
9 lines
228 B
TypeScript
import { TimePickerLocale } from '../index';
|
|
|
|
const locale: TimePickerLocale = {
|
|
placeholder: 'Выберыце час',
|
|
rangePlaceholder: ['Час пачатку', 'Час заканчэння'],
|
|
};
|
|
|
|
export default locale;
|