Commit 5a9c8d4c authored by chenos's avatar chenos
Browse files

fix: cannot find name 'antdTrTR'

parent 7f05d9aa
Showing with 3 additions and 3 deletions
+3 -3
import antdEnUS from 'antd/lib/locale/en_US';
import antdJaJP from 'antd/lib/locale/ja_JP';
import antdZhCN from 'antd/lib/locale/zh_CN';
import antdRuRU from 'antd/lib/locale/ru_RU';
import antdtrTR from 'antd/lib/locale/tr_TR';
import antdTrTR from 'antd/lib/locale/tr_TR';
import antdZhCN from 'antd/lib/locale/zh_CN';
import enUS from './en_US';
import jaJP from './ja_JP';
import zhCN from './zh_CN';
import ruRU from './ru_RU';
import trTR from './tr_TR';
import zhCN from './zh_CN';
export type LocaleOptions = {
label: string;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment