File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ export function withSuspensable<P extends object>(
112
112
const title =
113
113
typeof pendingTitle === 'function'
114
114
? pendingTitle ( t )
115
- : pendingTitle || t ( 'common .loading' )
115
+ : pendingTitle || t ( 'components.Suspensable .loading' )
116
116
117
117
return (
118
118
< Suspense
Original file line number Diff line number Diff line change 23
23
}
24
24
}
25
25
},
26
- "common" : {
27
- "loading" : {
28
- "cn" : " 加载中..." ,
29
- "en" : " Loading..."
30
- }
31
- },
32
26
"components" : {
33
27
"account" : {
34
28
"AuthFormShared" : {
2519
2513
"en" : " No matching operators"
2520
2514
}
2521
2515
},
2516
+ "Suspensable" : {
2517
+ "loading" : {
2518
+ "cn" : " 加载中..." ,
2519
+ "en" : " Loading..."
2520
+ }
2521
+ },
2522
2522
"UserFilter" : {
2523
2523
"searching" : {
2524
2524
"cn" : " 正在搜索..." ,
You can’t perform that action at this time.
0 commit comments