未验证 提交 dfbe4b70 编写于 作者: T Tom Xu 提交者: GitHub

fix: locale by_BY lint (#27061)

* fix: locale lint

* Update index.test.js.snap
上级 f28f56d0
/* eslint-disable no-template-curly-in-string */
import Pagination from 'rc-pagination/lib/locale/by_BY';
import DatePicker from '../date-picker/locale/by_BY';
import TimePicker from '../time-picker/locale/by_BY';
import Calendar from '../calendar/locale/by_BY';
import { Locale } from '../locale-provider';
var typeTemplate: string = "${label} не з'яўляецца тыпам ${type}";
const typeTemplate: string = "${label} не з'яўляецца тыпам ${type}";
const localeValues: Locale = {
locale: 'by',
Pagination: Pagination,
DatePicker: DatePicker,
TimePicker: TimePicker,
Calendar: Calendar,
Pagination,
DatePicker,
TimePicker,
Calendar,
global: {
placeholder: 'Калі ласка выберыце',
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册