Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nocobase
Commits
5a9c8d4c
Commit
5a9c8d4c
authored
2 years ago
by
chenos
Browse files
Options
Download
Email Patches
Plain Diff
fix: cannot find name 'antdTrTR'
parent
7f05d9aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/core/client/src/locale/index.ts
+3
-3
packages/core/client/src/locale/index.ts
with
3 additions
and
3 deletions
+3
-3
packages/core/client/src/locale/index.ts
+
3
-
3
View file @
5a9c8d4c
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
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment