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

9 lines
142 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: 'Выберите время',
2018-03-08 15:02:04 +00:00
}
2018-03-07 14:21:55 +00:00
2018-03-08 15:02:04 +00:00
export default locale