added translation lookups for appeal forms

This commit is contained in:
2021-10-07 07:30:46 +01:00
parent 8714d71189
commit 873a7730f1
18 changed files with 4219 additions and 34 deletions
+3 -3
View File
@@ -551,13 +551,13 @@ const Breadcrumbs = (props) => {
<li className="govuk-breadcrumbs__list-item">
<Link
href={
router.locale != "en"
? router.locale + "/newappeal"
router.locale == "cy"
? router.locale + "/apêlnewydd"
: "/newappeal"
}
>
<a className="govuk-breadcrumbs__link">
New Appeal
{t("common:breadcrumb-new-appeal")}
</a>
</Link>
</li>