File tree Expand file tree Collapse file tree 3 files changed +19
-9
lines changed
client/modules/IDE/components Expand file tree Collapse file tree 3 files changed +19
-9
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ function About(props) {
28
28
/>
29
29
< div className = "about__content-column" >
30
30
< p className = "about__version-info" >
31
- Web Editor : < span > v{ packageData ?. version } </ span >
31
+ { t ( 'About.WebEditor' ) } : < span > v{ packageData ?. version } </ span >
32
32
</ p >
33
33
< p className = "about__version-info" >
34
34
p5.js: < span > v{ p5version } </ span >
@@ -44,7 +44,7 @@ function About(props) {
44
44
aria-hidden = "true"
45
45
focusable = "false"
46
46
/>
47
- Home
47
+ { t ( 'About. Home' ) }
48
48
</ a >
49
49
</ p >
50
50
< p className = "about__content-column-list" >
@@ -86,7 +86,7 @@ function About(props) {
86
86
aria-hidden = "true"
87
87
focusable = "false"
88
88
/>
89
- Twitter
89
+ { t ( 'About. Twitter' ) }
90
90
</ a >
91
91
</ p >
92
92
< p className = "about__content-column-list" >
@@ -100,7 +100,7 @@ function About(props) {
100
100
aria-hidden = "true"
101
101
focusable = "false"
102
102
/>
103
- Instagram
103
+ { t ( 'About. Instagram' ) }
104
104
</ a >
105
105
</ p >
106
106
</ div >
@@ -159,7 +159,7 @@ function About(props) {
159
159
aria-hidden = "true"
160
160
focusable = "false"
161
161
/>
162
- Discord
162
+ { t ( 'About. Discord' ) }
163
163
</ a >
164
164
</ p >
165
165
< p className = "about__content-column-list" >
Original file line number Diff line number Diff line change 97
97
"Libraries" : " Libraries" ,
98
98
"Forum" : " Forum" ,
99
99
"Examples" : " Examples" ,
100
+ "Home" : " Home" ,
101
+ "Twitter" : " Twitter" ,
102
+ "Instagram" : " Instagram" ,
103
+ "Discord" : " Discord" ,
100
104
"PrivacyPolicy" : " Privacy Policy" ,
101
105
"TermsOfUse" : " Terms of Use" ,
102
- "CodeOfConduct" : " Code of Conduct"
106
+ "CodeOfConduct" : " Code of Conduct" ,
107
+ "WebEditor" : " Web Editor"
103
108
},
104
109
"Toast" : {
105
110
"OpenedNewSketch" : " Opened new sketch." ,
Original file line number Diff line number Diff line change 97
97
"Libraries" : " लाइब्रेरीज़" ,
98
98
"Forum" : " समूह" ,
99
99
"Examples" : " उदाहरण" ,
100
- "PrivacyPolicy" : " गोपनीयता नीति" ,
101
- "TermsOfUse" : " उपयोग की शर्तें" ,
102
- "CodeOfConduct" : " आचार संहिता"
100
+ "Home" : " होम" ,
101
+ "Twitter" : " ट्विटर" ,
102
+ "Instagram" : " इंस्टाग्राम" ,
103
+ "Discord" : " डिस्कॉर्ड" ,
104
+ "PrivacyPolicy" : " प्राइवेसी पालिसी" ,
105
+ "TermsOfUse" : " टर्म्स ऑफ़ यूज़" ,
106
+ "CodeOfConduct" : " कोड ऑफ़ कंडक्ट" ,
107
+ "WebEditor" : " वेब एडिटर"
103
108
},
104
109
"Toast" : {
105
110
"OpenedNewSketch" : " नया स्केच खोला" ,
You can’t perform that action at this time.
0 commit comments