Files
planet/frontend/node_modules/antd/es/time-picker/locale/ru_RU.js
2026-03-05 11:46:58 +08:00

5 lines
169 B
JavaScript

const locale = {
placeholder: 'Выберите время',
rangePlaceholder: ['Время начала', 'Время окончания']
};
export default locale;