File tree Expand file tree Collapse file tree 3 files changed +418
-0
lines changed Expand file tree Collapse file tree 3 files changed +418
-0
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,10 @@ declare module '../../static/translations/messages_ru.json' {
192
192
declare export default { | [ string ] : string | } ;
193
193
}
194
194
195
+ declare module '../../static/translations/messages_sco.json' {
196
+ declare export default { | [ string ] : string | } ;
197
+ }
198
+
195
199
declare module '../../static/translations/messages_si.json' {
196
200
declare export default { | [ string ] : string | } ;
197
201
}
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ export default {
58
58
'pt-PT' : require ( '../../static/translations/messages_pt_PT.json' ) ,
59
59
ro : require ( '../../static/translations/messages_ro.json' ) ,
60
60
ru : require ( '../../static/translations/messages_ru.json' ) ,
61
+ sco : require ( '../../static/translations/messages_sco.json' ) ,
61
62
si : require ( '../../static/translations/messages_si.json' ) ,
62
63
sk : require ( '../../static/translations/messages_sk.json' ) ,
63
64
sr : require ( '../../static/translations/messages_sr.json' ) ,
You can’t perform that action at this time.
0 commit comments