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
+5 -1
View File
@@ -20,7 +20,11 @@ export default function MakeNewAppeal() {
{t("myportal:makenewappeal-card-paragraph-two")}
</p>
<div>
<Link href="/newappeal">
<Link
href={
router.locale == "cy" ? "/apelnewydd" : "/newappeal"
}
>
<a className="govuk-button">
{t("myportal:makenewappeal-card-button-label")}
</a>