Skip to content

Commit

Permalink
Fix missing I18 for accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ijdickinson committed Oct 2, 2020
1 parent 5fb879d commit 45006f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/common/_footer.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
%a{:href => "https://www.gov.uk/land-registry-public-data"}
= t('common.footer.public_data')
%li.u-print-hidden
= link_to('Accessibility', Rails.application.config.accessibility_document_path)
= link_to(t('common.footer.accessibility'), Rails.application.config.accessibility_document_path)
.ogl.open-government-licence
%p.logo.u-print-hidden
%a{href: t('common.footer.ogl_url'), rel:"license"}
Expand Down
1 change: 1 addition & 0 deletions config/locales/cy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ cy:
ogl_url: "https://www.nationalarchives.gov.uk/doc/open-government-licence-cymraeg/version/3/"
ogl_statement: "Mae’r holl gynnwys ar gael o dan <a href='//www.nationalarchives.gov.uk/doc/open-government-licence-cymraeg/version/3/'>Drwydded Llywodraeth Agored fersiwn 3.0</a> oni nodir fel arall"
application_release: "Cyhoeddiad ap"
accessibility: "Hygyrchedd"

browse:
show:
Expand Down
1 change: 1 addition & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ en:
ogl_url: "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/"
ogl_statement: "All content is available under the <a href='http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3'>Open Government Licence v3.0</a> except where otherwise stated"
application_release: "Application release"
accessibility: "Accessibility"

browse:
show:
Expand Down

0 comments on commit 45006f0

Please sign in to comment.