File tree Expand file tree Collapse file tree 3 files changed +463
-0
lines changed Expand file tree Collapse file tree 3 files changed +463
-0
lines changed Original file line number Diff line number Diff line change @@ -216,6 +216,10 @@ declare module '../../static/translations/messages_sk.json' {
216
216
declare export default { | [ string ] : string | } ;
217
217
}
218
218
219
+ declare module '../../static/translations/messages_sl.json' {
220
+ declare export default { | [ string ] : string | } ;
221
+ }
222
+
219
223
declare module '../../static/translations/messages_sr.json' {
220
224
declare export default { | [ string ] : string | } ;
221
225
}
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ export default {
64
64
sco : require ( '../../static/translations/messages_sco.json' ) ,
65
65
si : require ( '../../static/translations/messages_si.json' ) ,
66
66
sk : require ( '../../static/translations/messages_sk.json' ) ,
67
+ sl : require ( '../../static/translations/messages_sl.json' ) ,
67
68
sr : require ( '../../static/translations/messages_sr.json' ) ,
68
69
sv : require ( '../../static/translations/messages_sv.json' ) ,
69
70
ta : require ( '../../static/translations/messages_ta.json' ) ,
You can’t perform that action at this time.
0 commit comments