File tree Expand file tree Collapse file tree 3 files changed +358
-0
lines changed Expand file tree Collapse file tree 3 files changed +358
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ declare module '../../static/translations/messages_ar.json' {
1212 declare export default { | [ string ] : string | } ;
1313}
1414
15+ declare module '../../static/translations/messages_be.json' {
16+ declare export default { | [ string ] : string | } ;
17+ }
18+
1519declare module '../../static/translations/messages_bg.json' {
1620 declare export default { | [ string ] : string | } ;
1721}
Original file line number Diff line number Diff line change 1414// client, which are based on the language names that appear in Transifex.
1515export default {
1616 ar : require ( '../../static/translations/messages_ar.json' ) ,
17+ be : require ( '../../static/translations/messages_be.json' ) ,
1718 bg : require ( '../../static/translations/messages_bg.json' ) ,
1819 bn : require ( '../../static/translations/messages_bn.json' ) ,
1920 ca : require ( '../../static/translations/messages_ca.json' ) ,
You can’t perform that action at this time.
0 commit comments