diff --git a/i18n/locales/en.json b/i18n/locales/en.json
index 9f0bbb6bd6f7e..5ed9a6a747cc1 100644
--- a/i18n/locales/en.json
+++ b/i18n/locales/en.json
@@ -43,20 +43,20 @@
"components.article.editLink.title.translate": "Interested to help with translations?",
"components.common.languageSelector.button.title": "Switch Language",
"components.blog.blogCard.author.by": "by",
- "components.footer.links.trademark": "Trademark Policy",
- "components.footer.links.privacy": "Privacy Policy",
- "components.footer.links.codeOfConduct": "Code of Conduct",
- "components.footer.links.security": "Security",
- "components.footer.links.about": "About",
- "components.footer.links.blog": "Blog",
- "components.footer.links.github": "GitHub",
- "components.prevnextlink.next": "NEXT",
- "components.prevnextlink.previous": "PREV",
- "pages.index.features.javascript.title": "JavaScript",
- "pages.index.features.javascript.description": "Node.js provides support for the JavaScript programming language",
- "pages.index.features.openSource.title": "Open Source",
- "pages.index.features.openSource.description": "Node.js is open source and actively maintained by contributors all over the world",
- "pages.index.features.everywhere.title": "Everywhere",
- "pages.index.features.everywhere.description": "Node.js has been adapted to work in a wide variety of places",
+ "components.sections.newFooter.trademark": "Trademark Policy",
+ "components.sections.newFooter.privacy": "Privacy Policy",
+ "components.sections.newFooter.codeOfConduct": "Code of Conduct",
+ "components.sections.newFooter.security": "Security",
+ "components.sections.newFooter.about": "About",
+ "components.sections.newFooter.blog": "Blog",
+ "components.sections.newFooter.github": "GitHub",
+ "components.learn.previousNextLink.next": "NEXT",
+ "components.learn.previousNextLink.previous": "PREV",
+ "components.home.nodeFeatures.javascript.title": "JavaScript",
+ "components.home.nodeFeatures.javascript.description": "Node.js provides support for the JavaScript programming language",
+ "components.home.nodeFeatures.openSource.title": "Open Source",
+ "components.home.nodeFeatures.openSource.description": "Node.js is open source and actively maintained by contributors all over the world",
+ "components.home.nodeFeatures.everywhere.title": "Everywhere",
+ "components.home.nodeFeatures.everywhere.description": "Node.js has been adapted to work in a wide variety of places",
"components.common.shellBox.copy": "{copied, select, true {copied}other {copy}}"
}