From 6b7403f6c812cab517b1a6bd63d20287fcc08b42 Mon Sep 17 00:00:00 2001 From: robbond Date: Thu, 22 Jan 2026 12:18:03 +0000 Subject: [PATCH] added in link and label in english and welsh --- components/footer.js | 36 ++++++++++++++++++++++++------------ locales/cy/common.json | 2 ++ locales/en/common.json | 2 ++ 3 files changed, 28 insertions(+), 12 deletions(-) diff --git a/components/footer.js b/components/footer.js index 9b6b3a99..9f1a739f 100644 --- a/components/footer.js +++ b/components/footer.js @@ -108,7 +108,7 @@ export default function Footer(props) { > {t( - "common:social-bar-share-via-link" + "common:social-bar-share-via-link", )}{" "} Twitter @@ -186,25 +186,37 @@ export default function Footer(props) {
  • {t( - "common:footer-guidance-link-label" + "common:footer-guidance-link-label", + )} + +
  • +
  • + + {t( + "common:footer-announcements-link-label", )}
  • {t( - "common:footer-contact-us-link-label" + "common:footer-contact-us-link-label", )}
  • @@ -224,7 +236,7 @@ export default function Footer(props) { id="aAccessibility" > {t( - "common:footer-accessibility-link-label" + "common:footer-accessibility-link-label", )} @@ -245,13 +257,13 @@ export default function Footer(props) {
  • {t( - "common:footer-copyright-link-label" + "common:footer-copyright-link-label", )}
  • @@ -259,13 +271,13 @@ export default function Footer(props) {
  • {t( - "common:footer-privacy-link-label" + "common:footer-privacy-link-label", )}
  • @@ -273,13 +285,13 @@ export default function Footer(props) {
  • {t( - "common:footer-terms-conditions-link-label" + "common:footer-terms-conditions-link-label", )}
  • diff --git a/locales/cy/common.json b/locales/cy/common.json index 50abbceb..76057631 100644 --- a/locales/cy/common.json +++ b/locales/cy/common.json @@ -37,6 +37,8 @@ "footer-alternative-languages-link": "https://llyw.cymru/ieithoedd-amgen", "footer-guidance-link-label": "Canllawiau a gwasanaethau Penderfyniadau Cynllunio ac Amgylchedd Cymru", "footer-guidance-link": "https://llyw.cymru/penderfyndiadau-cynllunio-ac-amgylchedd-cymru/canllawiau-gwasanaethau", + "footer-announcements-link-label": "Cyhoeddiadau a Diweddariadau Gwasanaeth", + "footer-announcements-link": "https://www.llyw.cymru/hysbysiadau/chwilio?field_external_organisations%5B4212%5D=4212", "mobile-nav-label": "Dewislen", "signout-label": "Allgofnodi", "signin-label": "Mewngofnodi", diff --git a/locales/en/common.json b/locales/en/common.json index 7fe27e9c..45c865d1 100644 --- a/locales/en/common.json +++ b/locales/en/common.json @@ -37,6 +37,8 @@ "footer-alternative-languages-link": "https://gov.wales/alternative-languages", "footer-guidance-link-label": "Planning and Environment Decisions Wales’ guidance and services", "footer-guidance-link": "https://gov.wales/planning-and-environment-decisions-wales/guidance-services", + "footer-announcements-link-label": "Announcements and Service Updates", + "footer-announcements-link": "https://www.gov.wales/announcements/search?field_external_organisations%5b4212%5d=4212", "mobile-nav-label": "Menu", "signout-label": "Sign out", "signin-label": "Sign in",