@@ -5,52 +5,52 @@ import { translate } from '../../../common/i18n';
5
5
const carouselContentArray = [
6
6
{
7
7
url : 'https://smarttrader.deriv.com/' ,
8
- action_text : 'Check it out' ,
8
+ action_text : translate ( 'Check it out' ) ,
9
9
img : 'image/landing-carousel/smart-trader.png' ,
10
- platform_title : 'SmartTrader' ,
11
- platform_description : 'Our classic options trading platform' ,
10
+ platform_title : translate ( 'SmartTrader' ) ,
11
+ platform_description : translate ( 'Our classic options trading platform' ) ,
12
12
} ,
13
13
{
14
14
url : 'https://bot.deriv.com/' ,
15
- action_text : 'Check it out' ,
15
+ action_text : translate ( 'Check it out' ) ,
16
16
img : 'image/landing-carousel/binary-bot.png' ,
17
- platform_title : 'Binary Bot' ,
18
- platform_description : 'Our classic automated trading platform' ,
17
+ platform_title : translate ( 'Binary Bot' ) ,
18
+ platform_description : translate ( 'Our classic automated trading platform' ) ,
19
19
} ,
20
20
{
21
21
url : 'https://deriv.com/dmt5/' ,
22
- action_text : 'Learn more' ,
22
+ action_text : translate ( 'Learn more' ) ,
23
23
img : 'image/landing-carousel/mt5.png' ,
24
- platform_title : 'Deriv MT5' ,
25
- platform_description : 'The world-famous CFD trading platform' ,
24
+ platform_title : translate ( 'Deriv MT5' ) ,
25
+ platform_description : translate ( 'The world-famous CFD trading platform' ) ,
26
26
} ,
27
27
{
28
28
url : 'https://deriv.com/dtrader/' ,
29
- action_text : 'Learn more' ,
29
+ action_text : translate ( 'Learn more' ) ,
30
30
img : 'image/landing-carousel/dtrader.png' ,
31
- platform_title : 'DTrader' ,
32
- platform_description : 'Our flagship options and multipliers trading platform' ,
31
+ platform_title : translate ( 'DTrader' ) ,
32
+ platform_description : translate ( 'Our flagship options and multipliers trading platform' ) ,
33
33
} ,
34
34
{
35
35
url : 'https://deriv.com/dbot/' ,
36
- action_text : 'Learn more' ,
36
+ action_text : translate ( 'Learn more' ) ,
37
37
img : 'image/landing-carousel/dbot.png' ,
38
- platform_title : 'DBot' ,
39
- platform_description : 'Our next generation automated trading platform' ,
38
+ platform_title : translate ( 'DBot' ) ,
39
+ platform_description : translate ( 'Our next generation automated trading platform' ) ,
40
40
} ,
41
41
{
42
42
url : 'https://deriv.com/landing/deriv-go/' ,
43
- action_text : 'Learn more' ,
43
+ action_text : translate ( 'Learn more' ) ,
44
44
img : 'image/landing-carousel/deriv-go.png' ,
45
- platform_title : 'Deriv GO' ,
46
- platform_description : 'Trade on-the-go with our mobile trading platform' ,
45
+ platform_title : translate ( 'Deriv GO' ) ,
46
+ platform_description : translate ( 'Trade on-the-go with our mobile trading platform' ) ,
47
47
} ,
48
48
{
49
49
url : 'https://deriv.com/derivx/' ,
50
- action_text : 'Learn more' ,
50
+ action_text : translate ( 'Learn more' ) ,
51
51
img : 'image/landing-carousel/derivX.png' ,
52
- platform_title : 'Deriv X' ,
53
- platform_description : 'Our customisable CFD trading platform' ,
52
+ platform_title : translate ( 'Deriv X' ) ,
53
+ platform_description : translate ( 'Our customisable CFD trading platform' ) ,
54
54
} ,
55
55
]
56
56
0 commit comments