Skip to content

Fix/#2609 'About' translation fixes #2691

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
10 changes: 5 additions & 5 deletions client/modules/IDE/components/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function About(props) {
/>
<div className="about__content-column">
<p className="about__version-info">
Web Editor: <span>v{packageData?.version}</span>
{t('About.WebEditor')}: <span>v{packageData?.version}</span>
</p>
<p className="about__version-info">
p5.js: <span>v{p5version}</span>
Expand All @@ -44,7 +44,7 @@ function About(props) {
aria-hidden="true"
focusable="false"
/>
Home
{t('About.Home')}
</a>
</p>
<p className="about__content-column-list">
Expand Down Expand Up @@ -86,7 +86,7 @@ function About(props) {
aria-hidden="true"
focusable="false"
/>
Twitter
{t('About.Twitter')}
</a>
</p>
<p className="about__content-column-list">
Expand All @@ -100,7 +100,7 @@ function About(props) {
aria-hidden="true"
focusable="false"
/>
Instagram
{t('About.Instagram')}
</a>
</p>
</div>
Expand Down Expand Up @@ -159,7 +159,7 @@ function About(props) {
aria-hidden="true"
focusable="false"
/>
Discord
{t('About.Discord')}
</a>
</p>
<p className="about__content-column-list">
Expand Down
7 changes: 6 additions & 1 deletion translations/locales/en-US/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,14 @@
"Libraries": "Libraries",
"Forum": "Forum",
"Examples": "Examples",
"Home": "Home",
"Twitter": "Twitter",
"Instagram": "Instagram",
"Discord": "Discord",
"PrivacyPolicy": "Privacy Policy",
"TermsOfUse": "Terms of Use",
"CodeOfConduct": "Code of Conduct"
"CodeOfConduct": "Code of Conduct",
"WebEditor": "Web Editor"
},
"Toast": {
"OpenedNewSketch": "Opened new sketch.",
Expand Down
11 changes: 8 additions & 3 deletions translations/locales/hi/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,14 @@
"Libraries": "लाइब्रेरीज़",
"Forum": "समूह",
"Examples": "उदाहरण",
"PrivacyPolicy": "गोपनीयता नीति",
"TermsOfUse": "उपयोग की शर्तें",
"CodeOfConduct": "आचार संहिता"
"Home": "होम",
"Twitter": "ट्विटर",
"Instagram": "इंस्टाग्राम",
"Discord": "डिस्कॉर्ड",
"PrivacyPolicy": "प्राइवेसी पालिसी",
"TermsOfUse": "टर्म्स ऑफ़ यूज़",
"CodeOfConduct": "कोड ऑफ़ कंडक्ट",
"WebEditor": "वेब एडिटर"
},
"Toast": {
"OpenedNewSketch": "नया स्केच खोला",
Expand Down