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 @@ -160,6 +160,10 @@ declare module '../../static/translations/messages_mn.json' {
160160 declare export default { | [ string ] : string | } ;
161161}
162162
163+ declare module '../../static/translations/messages_mr.json' {
164+ declare export default { | [ string ] : string | } ;
165+ }
166+
163167declare module '../../static/translations/messages_my.json' {
164168 declare export default { | [ string ] : string | } ;
165169}
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ export default {
5050 lv : require ( '../../static/translations/messages_lv.json' ) ,
5151 ml : require ( '../../static/translations/messages_ml.json' ) ,
5252 mn : require ( '../../static/translations/messages_mn.json' ) ,
53+ mr : require ( '../../static/translations/messages_mr.json' ) ,
5354 my : require ( '../../static/translations/messages_my.json' ) ,
5455 nl : require ( '../../static/translations/messages_nl.json' ) ,
5556 no : require ( '../../static/translations/messages_no.json' ) ,
You can’t perform that action at this time.
0 commit comments