Open adamliptrot-oc opened 3 years ago
Using play-frontend-govuk the skip link content is hard-coded to English and so does not get translated to Welsh.
Reported to plat-ui via Slack 9 April 2021 Going to investigate using a HMRC standard template to mirror/enhance the GOVUK one.
One possible solution in the short term is for teams to send a skiplink component (with appropriate translation) to the @skipLinkBlock as an override - see https://github.com/hmrc/play-frontend-govuk/blob/master/src/main/twirl/uk/gov/hmrc/govukfrontend/views/layouts/govukTemplate.scala.html#L66-L71
@skipLinkBlock
https://github.com/hmrc/play-frontend-hmrc/blob/main/CHANGELOG.md#0700---2021-06-10 - issue fixed
Using play-frontend-govuk the skip link content is hard-coded to English and so does not get translated to Welsh.
Reported to plat-ui via Slack 9 April 2021 Going to investigate using a HMRC standard template to mirror/enhance the GOVUK one.
One possible solution in the short term is for teams to send a skiplink component (with appropriate translation) to the
@skipLinkBlock
as an override - see https://github.com/hmrc/play-frontend-govuk/blob/master/src/main/twirl/uk/gov/hmrc/govukfrontend/views/layouts/govukTemplate.scala.html#L66-L71