Merged PR 2060: added in link and label in english and welsh
added in link and label in english and welsh Related work items: #21091
This commit is contained in:
+24
-12
@@ -108,7 +108,7 @@ export default function Footer(props) {
|
||||
>
|
||||
<span className="vo_hidden">
|
||||
{t(
|
||||
"common:social-bar-share-via-link"
|
||||
"common:social-bar-share-via-link",
|
||||
)}{" "}
|
||||
</span>
|
||||
Twitter
|
||||
@@ -186,25 +186,37 @@ export default function Footer(props) {
|
||||
<li className="govuk-footer__inline-list-item govuk-!-font-weight-bold govuk-!-margin-right-7">
|
||||
<a
|
||||
href={t(
|
||||
"common:footer-guidance-link"
|
||||
"common:footer-guidance-link",
|
||||
)}
|
||||
className="nav-link"
|
||||
>
|
||||
{t(
|
||||
"common:footer-guidance-link-label"
|
||||
"common:footer-guidance-link-label",
|
||||
)}
|
||||
</a>
|
||||
</li>
|
||||
<li className="govuk-footer__inline-list-item govuk-!-font-weight-bold govuk-!-margin-right-7">
|
||||
<a
|
||||
href={t(
|
||||
"common:footer-announcements-link",
|
||||
)}
|
||||
className="nav-link"
|
||||
>
|
||||
{t(
|
||||
"common:footer-announcements-link-label",
|
||||
)}
|
||||
</a>
|
||||
</li>
|
||||
<li className="govuk-footer__inline-list-item govuk-!-font-weight-bold">
|
||||
<a
|
||||
href={t(
|
||||
"common:footer-contact-us-link"
|
||||
"common:footer-contact-us-link",
|
||||
)}
|
||||
className="govuk-footer__link"
|
||||
id="aContactUs"
|
||||
>
|
||||
{t(
|
||||
"common:footer-contact-us-link-label"
|
||||
"common:footer-contact-us-link-label",
|
||||
)}
|
||||
</a>
|
||||
</li>
|
||||
@@ -224,7 +236,7 @@ export default function Footer(props) {
|
||||
id="aAccessibility"
|
||||
>
|
||||
{t(
|
||||
"common:footer-accessibility-link-label"
|
||||
"common:footer-accessibility-link-label",
|
||||
)}
|
||||
</Link>
|
||||
</li>
|
||||
@@ -245,13 +257,13 @@ export default function Footer(props) {
|
||||
<li className="govuk-footer__inline-list-item">
|
||||
<a
|
||||
href={t(
|
||||
"common:footer-copyright-link"
|
||||
"common:footer-copyright-link",
|
||||
)}
|
||||
className="govuk-footer__link"
|
||||
id="Access"
|
||||
>
|
||||
{t(
|
||||
"common:footer-copyright-link-label"
|
||||
"common:footer-copyright-link-label",
|
||||
)}
|
||||
</a>
|
||||
</li>
|
||||
@@ -259,13 +271,13 @@ export default function Footer(props) {
|
||||
<li className="govuk-footer__inline-list-item">
|
||||
<Link
|
||||
href={t(
|
||||
"common:footer-privacy-link"
|
||||
"common:footer-privacy-link",
|
||||
)}
|
||||
id="aPrivacy"
|
||||
className="govuk-footer__link"
|
||||
>
|
||||
{t(
|
||||
"common:footer-privacy-link-label"
|
||||
"common:footer-privacy-link-label",
|
||||
)}
|
||||
</Link>
|
||||
</li>
|
||||
@@ -273,13 +285,13 @@ export default function Footer(props) {
|
||||
<li className="govuk-footer__inline-list-item">
|
||||
<Link
|
||||
href={t(
|
||||
"common:footer-terms-conditions-link"
|
||||
"common:footer-terms-conditions-link",
|
||||
)}
|
||||
id="aTermsConds"
|
||||
className="govuk-footer__link"
|
||||
>
|
||||
{t(
|
||||
"common:footer-terms-conditions-link-label"
|
||||
"common:footer-terms-conditions-link-label",
|
||||
)}
|
||||
</Link>
|
||||
</li>
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user