ant-design-vue/components/time-picker/locale/ru_RU.js

9 lines
144 B
JavaScript
Raw Normal View History

2018-03-07 14:21:55 +00:00
/**
* Created by Andrey Gayvoronsky on 13/04/16.
*/
const locale = {
placeholder: 'Выберите время',
2019-01-12 03:33:27 +00:00
};
2018-03-07 14:21:55 +00:00
2019-01-12 03:33:27 +00:00
export default locale;