@@ -2,37 +2,31 @@ import en from './en.json';
2
2
import fr from './fr.json' ;
3
3
import es from './es.json' ;
4
4
import de from './de.json' ;
5
- import zh from './zh.json' ;
6
5
7
6
import enApi from '@alchemy/api/translations/en.json' ;
8
7
import frApi from '@alchemy/api/translations/fr.json' ;
9
8
import esApi from '@alchemy/api/translations/es.json' ;
10
9
import deApi from '@alchemy/api/translations/de.json' ;
11
- import zhApi from '@alchemy/api/translations/zh.json' ;
12
10
13
11
import enNav from '@alchemy/navigation/translations/en.json' ;
14
12
import frNav from '@alchemy/navigation/translations/fr.json' ;
15
13
import esNav from '@alchemy/navigation/translations/es.json' ;
16
14
import deNav from '@alchemy/navigation/translations/de.json' ;
17
- import zhNav from '@alchemy/navigation/translations/zh.json' ;
18
15
19
16
import enUi from '@alchemy/phrasea-ui/translations/en.json' ;
20
17
import frUi from '@alchemy/phrasea-ui/translations/fr.json' ;
21
18
import esUi from '@alchemy/phrasea-ui/translations/es.json' ;
22
19
import deUi from '@alchemy/phrasea-ui/translations/de.json' ;
23
- import zhUi from '@alchemy/phrasea-ui/translations/zh.json' ;
24
20
25
21
import enAuth from '@alchemy/react-auth/translations/en.json' ;
26
22
import frAuth from '@alchemy/react-auth/translations/fr.json' ;
27
23
import esAuth from '@alchemy/react-auth/translations/es.json' ;
28
24
import deAuth from '@alchemy/react-auth/translations/de.json' ;
29
- import zhAuth from '@alchemy/react-auth/translations/zh.json' ;
30
25
31
26
import enForm from '@alchemy/react-form/translations/en.json' ;
32
27
import frForm from '@alchemy/react-form/translations/fr.json' ;
33
28
import esForm from '@alchemy/react-form/translations/es.json' ;
34
29
import deForm from '@alchemy/react-form/translations/de.json' ;
35
- import zhForm from '@alchemy/react-form/translations/zh.json' ;
36
30
37
31
const enMerged = {
38
32
...en ,
@@ -78,21 +72,9 @@ const deMerged = {
78
72
} ,
79
73
} ;
80
74
81
- const zhMerged = {
82
- ...zh ,
83
- lib : {
84
- ...zhApi . lib ,
85
- ...zhNav . lib ,
86
- ...zhUi . lib ,
87
- ...zhAuth . lib ,
88
- ...zhForm . lib ,
89
- } ,
90
- } ;
91
-
92
75
export {
93
76
enMerged as en ,
94
77
frMerged as fr ,
95
78
esMerged as es ,
96
79
deMerged as de ,
97
- zhMerged as zh ,
98
80
} ;
0 commit comments