File tree Expand file tree Collapse file tree 3 files changed +382
-0
lines changed Expand file tree Collapse file tree 3 files changed +382
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,10 @@ declare module '../../static/translations/messages_lt.json' {
120
120
declare export default { | [ string ] : string | } ;
121
121
}
122
122
123
+ declare module '../../static/translations/messages_lv.json' {
124
+ declare export default { | [ string ] : string | } ;
125
+ }
126
+
123
127
declare module '../../static/translations/messages_ml.json' {
124
128
declare export default { | [ string ] : string | } ;
125
129
}
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ export default {
40
40
ja : require ( '../../static/translations/messages_ja.json' ) ,
41
41
ko : require ( '../../static/translations/messages_ko.json' ) ,
42
42
lt : require ( '../../static/translations/messages_lt.json' ) ,
43
+ lv : require ( '../../static/translations/messages_lv.json' ) ,
43
44
ml : require ( '../../static/translations/messages_ml.json' ) ,
44
45
mn : require ( '../../static/translations/messages_mn.json' ) ,
45
46
my : require ( '../../static/translations/messages_my.json' ) ,
You can’t perform that action at this time.
0 commit comments