mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-16 01:41:15 +08:00
9 lines
142 B
JavaScript
9 lines
142 B
JavaScript
/**
|
|
* Created by Andrey Gayvoronsky on 13/04/16.
|
|
*/
|
|
const locale = {
|
|
placeholder: 'Выберите время',
|
|
}
|
|
|
|
export default locale
|