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' {
12
12
declare export default { | [ string ] : string | } ;
13
13
}
14
14
15
+ declare module '../../static/translations/messages_be.json' {
16
+ declare export default { | [ string ] : string | } ;
17
+ }
18
+
15
19
declare module '../../static/translations/messages_bg.json' {
16
20
declare export default { | [ string ] : string | } ;
17
21
}
Original file line number Diff line number Diff line change 14
14
// client, which are based on the language names that appear in Transifex.
15
15
export default {
16
16
ar : require ( '../../static/translations/messages_ar.json' ) ,
17
+ be : require ( '../../static/translations/messages_be.json' ) ,
17
18
bg : require ( '../../static/translations/messages_bg.json' ) ,
18
19
bn : require ( '../../static/translations/messages_bn.json' ) ,
19
20
ca : require ( '../../static/translations/messages_ca.json' ) ,
You can’t perform that action at this time.
0 commit comments