Skip to content

Commit

Permalink
Merge pull request #5 from companieshouse/feature/accessibility-fix
Browse files Browse the repository at this point in the history
Address accessibility issue:
  • Loading branch information
sbasile-ch authored Mar 20, 2024
2 parents a623e57 + 2d4f243 commit 70c0a14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# ch-node-utils

set of node utils which can be used across repos/projects.
Available as a normal npm depndency([here on npmjs](https://www.npmjs.com/package/@companieshouse/ch-node-utils))
Available as a normal npm dependency([here on npmjs](https://www.npmjs.com/package/@companieshouse/ch-node-utils))

Areas for the different utilities stored in this repo:
## Areas for the different utilities stored in this repo:

## i18n (Internationalisation)
### i18n (Internationalisation)

Internationalisation has been added to CHS, after already being available (at least for Welsh) on legacy systems (EWF/SCRS/CHD/...)

Expand Down
2 changes: 1 addition & 1 deletion templates/locales-banner.njk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ It receives:
{% for l in languages %}
<li class="govuk-language-select__list-item">
<a href="{{lang2url.addLangToUrl(currentUrl, l.IsoCode, true)}}" lang={{l.IsoCode}} rel="alternate" class="govuk-link" >
<span aria-hidden="true">{{l.Name}}</span>
<span>{{l.Name}}</span>
</a>
</li>
{% endfor %}
Expand Down

0 comments on commit 70c0a14

Please sign in to comment.