diff --git a/client/modules/IDE/components/About.jsx b/client/modules/IDE/components/About.jsx index e9a17f141d..d22ec2c631 100644 --- a/client/modules/IDE/components/About.jsx +++ b/client/modules/IDE/components/About.jsx @@ -28,7 +28,7 @@ function About(props) { />

- Web Editor: v{packageData?.version} + {t('About.WebEditor')}: v{packageData?.version}

p5.js: v{p5version} @@ -44,7 +44,7 @@ function About(props) { aria-hidden="true" focusable="false" /> - Home + {t('About.Home')}

@@ -86,7 +86,7 @@ function About(props) { aria-hidden="true" focusable="false" /> - Twitter + {t('About.Twitter')}

@@ -100,7 +100,7 @@ function About(props) { aria-hidden="true" focusable="false" /> - Instagram + {t('About.Instagram')}

@@ -159,7 +159,7 @@ function About(props) { aria-hidden="true" focusable="false" /> - Discord + {t('About.Discord')}

diff --git a/translations/locales/en-US/translations.json b/translations/locales/en-US/translations.json index 7097411097..39f3a426ef 100644 --- a/translations/locales/en-US/translations.json +++ b/translations/locales/en-US/translations.json @@ -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.", diff --git a/translations/locales/hi/translations.json b/translations/locales/hi/translations.json index 70a21b7445..4226725a98 100644 --- a/translations/locales/hi/translations.json +++ b/translations/locales/hi/translations.json @@ -97,9 +97,14 @@ "Libraries": "लाइब्रेरीज़", "Forum": "समूह", "Examples": "उदाहरण", - "PrivacyPolicy": "गोपनीयता नीति", - "TermsOfUse": "उपयोग की शर्तें", - "CodeOfConduct": "आचार संहिता" + "Home": "होम", + "Twitter": "ट्विटर", + "Instagram": "इंस्टाग्राम", + "Discord": "डिस्कॉर्ड", + "PrivacyPolicy": "प्राइवेसी पालिसी", + "TermsOfUse": "टर्म्स ऑफ़ यूज़", + "CodeOfConduct": "कोड ऑफ़ कंडक्ट", + "WebEditor": "वेब एडिटर" }, "Toast": { "OpenedNewSketch": "नया स्केच खोला",