File tree 4 files changed +924
-0
lines changed
4 files changed +924
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,10 @@ declare module '../../static/translations/messages_es.json' {
76
76
declare export default { | [ string ] : string | } ;
77
77
}
78
78
79
+ declare module '../../static/translations/messages_eu.json' {
80
+ declare export default { | [ string ] : string | } ;
81
+ }
82
+
79
83
declare module '../../static/translations/messages_fa.json' {
80
84
declare export default { | [ string ] : string | } ;
81
85
}
@@ -244,6 +248,10 @@ declare module '../../static/translations/messages_vi.json' {
244
248
declare export default { | [ string ] : string | } ;
245
249
}
246
250
251
+ declare module '../../static/translations/messages_yue.json' {
252
+ declare export default { | [ string ] : string | } ;
253
+ }
254
+
247
255
declare module '../../static/translations/messages_zh-Hans.json' {
248
256
declare export default { | [ string ] : string | } ;
249
257
}
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ export default {
29
29
'en-GB' : require ( '../../static/translations/messages_en_GB.json' ) ,
30
30
eo : require ( '../../static/translations/messages_eo.json' ) ,
31
31
es : require ( '../../static/translations/messages_es.json' ) ,
32
+ eu : require ( '../../static/translations/messages_eu.json' ) ,
32
33
fa : require ( '../../static/translations/messages_fa.json' ) ,
33
34
fi : require ( '../../static/translations/messages_fi.json' ) ,
34
35
fr : require ( '../../static/translations/messages_fr.json' ) ,
@@ -71,6 +72,7 @@ export default {
71
72
ur : require ( '../../static/translations/messages_ur.json' ) ,
72
73
uz : require ( '../../static/translations/messages_uz.json' ) ,
73
74
vi : require ( '../../static/translations/messages_vi.json' ) ,
75
+ yue : require ( '../../static/translations/messages_yue.json' ) ,
74
76
'zh-Hans' : require ( '../../static/translations/messages_zh-Hans.json' ) ,
75
77
'zh-Hant' : require ( '../../static/translations/messages_zh-Hant.json' ) ,
76
78
'zh-TW' : require ( '../../static/translations/messages_zh_TW.json' ) ,
You can’t perform that action at this time.
0 commit comments