NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/ant-design-vue/es/date-picker/locale/kn_IN.js
2023-09-14 14:47:11 +08:00

17 lines
638 B
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import _extends from 'babel-runtime/helpers/extends';
import CalendarLocale from '../../vc-calendar/src/locale/kn_IN';
import TimePickerLocale from '../../time-picker/locale/kn_IN';
// Merge into a locale object
var locale = {
lang: _extends({
placeholder: 'ದಿನ ಆಯ್ಕೆಮಡಿ',
rangePlaceholder: ['ಪ್ರ ದಿನ', 'ತಿಮ ದಿನ']
}, CalendarLocale),
timePickerLocale: _extends({}, TimePickerLocale)
};
// All settings at:
// https://github.com/ant-design/ant-design/blob/master/components/date-picker/locale/example.json
export default locale;