File tree 5 files changed +0
-692
lines changed
5 files changed +0
-692
lines changed Original file line number Diff line number Diff line change @@ -80,10 +80,6 @@ declare module '../../static/translations/messages_fr.json' {
80
80
declare export default { | [ string ] : string | } ;
81
81
}
82
82
83
- declare module '../../static/translations/messages_fr_FR.json' {
84
- declare export default { | [ string ] : string | } ;
85
- }
86
-
87
83
declare module '../../static/translations/messages_gl.json' {
88
84
declare export default { | [ string ] : string | } ;
89
85
}
@@ -100,10 +96,6 @@ declare module '../../static/translations/messages_hr.json' {
100
96
declare export default { | [ string ] : string | } ;
101
97
}
102
98
103
- declare module '../../static/translations/messages_hr_HR.json' {
104
- declare export default { | [ string ] : string | } ;
105
- }
106
-
107
99
declare module '../../static/translations/messages_hu.json' {
108
100
declare export default { | [ string ] : string | } ;
109
101
}
@@ -140,10 +132,6 @@ declare module '../../static/translations/messages_my.json' {
140
132
declare export default { | [ string ] : string | } ;
141
133
}
142
134
143
- declare module '../../static/translations/messages_nb_NO.json' {
144
- declare export default { | [ string ] : string | } ;
145
- }
146
-
147
135
declare module '../../static/translations/messages_nl.json' {
148
136
declare export default { | [ string ] : string | } ;
149
137
}
Original file line number Diff line number Diff line change @@ -30,12 +30,10 @@ export default {
30
30
fa : require ( '../../static/translations/messages_fa.json' ) ,
31
31
fi : require ( '../../static/translations/messages_fi.json' ) ,
32
32
fr : require ( '../../static/translations/messages_fr.json' ) ,
33
- 'fr-FR' : require ( '../../static/translations/messages_fr_FR.json' ) ,
34
33
gl : require ( '../../static/translations/messages_gl.json' ) ,
35
34
gu : require ( '../../static/translations/messages_gu.json' ) ,
36
35
hi : require ( '../../static/translations/messages_hi.json' ) ,
37
36
hr : require ( '../../static/translations/messages_hr.json' ) ,
38
- 'hr-HR' : require ( '../../static/translations/messages_hr_HR.json' ) ,
39
37
hu : require ( '../../static/translations/messages_hu.json' ) ,
40
38
id : require ( '../../static/translations/messages_id.json' ) ,
41
39
it : require ( '../../static/translations/messages_it.json' ) ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments