File tree Expand file tree Collapse file tree 5 files changed +0
-692
lines changed Expand file tree Collapse file tree 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' {
8080 declare export default { | [ string ] : string | } ;
8181}
8282
83- declare module '../../static/translations/messages_fr_FR.json' {
84- declare export default { | [ string ] : string | } ;
85- }
86-
8783declare module '../../static/translations/messages_gl.json' {
8884 declare export default { | [ string ] : string | } ;
8985}
@@ -100,10 +96,6 @@ declare module '../../static/translations/messages_hr.json' {
10096 declare export default { | [ string ] : string | } ;
10197}
10298
103- declare module '../../static/translations/messages_hr_HR.json' {
104- declare export default { | [ string ] : string | } ;
105- }
106-
10799declare module '../../static/translations/messages_hu.json' {
108100 declare export default { | [ string ] : string | } ;
109101}
@@ -140,10 +132,6 @@ declare module '../../static/translations/messages_my.json' {
140132 declare export default { | [ string ] : string | } ;
141133}
142134
143- declare module '../../static/translations/messages_nb_NO.json' {
144- declare export default { | [ string ] : string | } ;
145- }
146-
147135declare module '../../static/translations/messages_nl.json' {
148136 declare export default { | [ string ] : string | } ;
149137}
Original file line number Diff line number Diff line change @@ -30,12 +30,10 @@ export default {
3030 fa : require ( '../../static/translations/messages_fa.json' ) ,
3131 fi : require ( '../../static/translations/messages_fi.json' ) ,
3232 fr : require ( '../../static/translations/messages_fr.json' ) ,
33- 'fr-FR' : require ( '../../static/translations/messages_fr_FR.json' ) ,
3433 gl : require ( '../../static/translations/messages_gl.json' ) ,
3534 gu : require ( '../../static/translations/messages_gu.json' ) ,
3635 hi : require ( '../../static/translations/messages_hi.json' ) ,
3736 hr : require ( '../../static/translations/messages_hr.json' ) ,
38- 'hr-HR' : require ( '../../static/translations/messages_hr_HR.json' ) ,
3937 hu : require ( '../../static/translations/messages_hu.json' ) ,
4038 id : require ( '../../static/translations/messages_id.json' ) ,
4139 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