Skip to content

Commit

Permalink
Add language tag for Welsh link in public layout template
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-kirwan committed Aug 12, 2021
1 parent d01ec98 commit 714a331
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
useful summary for people upgrading their application, not a replication
of the commit log.

# Unreleased

* Add language tag for Welsh link in public layout template ([PR #2258](https://github.com/alphagov/govuk_publishing_components/pull/2258))

# 25.2.3

* Fix final issues with tracking on super nav header ([PR #2256](https://github.com/alphagov/govuk_publishing_components/pull/2256))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,9 @@ class PublicLayoutHelper
{
href: "/cymraeg",
text: "Rhestr o Wasanaethau Cymraeg",
attributes: {
lang: "cy",
},
},
{
href: "/government/organisations/government-digital-service",
Expand Down

0 comments on commit 714a331

Please sign in to comment.