govuk_publishing_components 24.18.3 → 24.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/govuk_publishing_components/analytics/custom-dimensions.js +2 -1
- data/app/assets/javascripts/govuk_publishing_components/analytics/scroll-tracker.js +14 -0
- data/app/assets/javascripts/govuk_publishing_components/components/details.js +6 -4
- data/app/assets/javascripts/govuk_publishing_components/components/layout-super-navigation-header.js +71 -0
- data/app/assets/javascripts/govuk_publishing_components/lib/trigger-event.js +13 -2
- data/app/assets/stylesheets/govuk_publishing_components/_all_components.scss +2 -0
- data/app/assets/stylesheets/govuk_publishing_components/_all_components_print.scss +1 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_action-link.scss +5 -3
- data/app/assets/stylesheets/govuk_publishing_components/components/_intervention.scss +16 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_layout-header.scss +0 -4
- data/app/assets/stylesheets/govuk_publishing_components/components/_layout-super-navigation-header.scss +125 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_typography.scss +9 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_layout-super-navigation-header.scss +3 -0
- data/app/views/govuk_publishing_components/component_guide/index.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_contextual_breadcrumbs.html.erb +5 -5
- data/app/views/govuk_publishing_components/components/_details.html.erb +7 -4
- data/app/views/govuk_publishing_components/components/_govspeak.html.erb +2 -0
- data/app/views/govuk_publishing_components/components/_intervention.html.erb +15 -0
- data/app/views/govuk_publishing_components/components/_layout_for_public.html.erb +17 -12
- data/app/views/govuk_publishing_components/components/_layout_super_navigation_header.html.erb +121 -0
- data/app/views/govuk_publishing_components/components/docs/checkboxes.yml +22 -22
- data/app/views/govuk_publishing_components/components/docs/details.yml +1 -1
- data/app/views/govuk_publishing_components/components/docs/govspeak.yml +9 -0
- data/app/views/govuk_publishing_components/components/docs/intervention.yml +24 -0
- data/app/views/govuk_publishing_components/components/docs/layout_header.yml +4 -1
- data/app/views/govuk_publishing_components/components/docs/layout_super_navigation_header.yml +22 -0
- data/app/views/govuk_publishing_components/components/layout_header/_header_logo.html.erb +3 -4
- data/config/locales/ar.yml +8 -0
- data/config/locales/az.yml +8 -0
- data/config/locales/be.yml +8 -0
- data/config/locales/bg.yml +8 -0
- data/config/locales/bn.yml +8 -0
- data/config/locales/cs.yml +8 -0
- data/config/locales/cy.yml +14 -6
- data/config/locales/da.yml +8 -0
- data/config/locales/de.yml +8 -0
- data/config/locales/dr.yml +8 -0
- data/config/locales/el.yml +8 -0
- data/config/locales/en.yml +89 -0
- data/config/locales/es-419.yml +8 -0
- data/config/locales/es.yml +8 -0
- data/config/locales/et.yml +8 -0
- data/config/locales/fa.yml +8 -0
- data/config/locales/fi.yml +8 -0
- data/config/locales/fr.yml +8 -0
- data/config/locales/gd.yml +8 -0
- data/config/locales/gu.yml +8 -0
- data/config/locales/he.yml +8 -0
- data/config/locales/hi.yml +8 -0
- data/config/locales/hr.yml +8 -0
- data/config/locales/hu.yml +8 -0
- data/config/locales/hy.yml +8 -0
- data/config/locales/id.yml +8 -0
- data/config/locales/is.yml +8 -0
- data/config/locales/it.yml +8 -0
- data/config/locales/ja.yml +8 -0
- data/config/locales/ka.yml +8 -0
- data/config/locales/kk.yml +8 -0
- data/config/locales/ko.yml +8 -0
- data/config/locales/lt.yml +8 -0
- data/config/locales/lv.yml +8 -0
- data/config/locales/ms.yml +8 -0
- data/config/locales/mt.yml +8 -0
- data/config/locales/nl.yml +8 -0
- data/config/locales/no.yml +8 -0
- data/config/locales/pa-pk.yml +8 -0
- data/config/locales/pa.yml +8 -0
- data/config/locales/pl.yml +8 -0
- data/config/locales/ps.yml +8 -0
- data/config/locales/pt.yml +8 -0
- data/config/locales/ro.yml +8 -0
- data/config/locales/ru.yml +8 -0
- data/config/locales/si.yml +8 -0
- data/config/locales/sk.yml +8 -0
- data/config/locales/sl.yml +8 -0
- data/config/locales/so.yml +8 -0
- data/config/locales/sq.yml +8 -0
- data/config/locales/sr.yml +8 -0
- data/config/locales/sv.yml +8 -0
- data/config/locales/sw.yml +8 -0
- data/config/locales/ta.yml +8 -0
- data/config/locales/th.yml +8 -0
- data/config/locales/tk.yml +8 -0
- data/config/locales/tr.yml +8 -0
- data/config/locales/uk.yml +8 -0
- data/config/locales/ur.yml +8 -0
- data/config/locales/uz.yml +8 -0
- data/config/locales/vi.yml +8 -0
- data/config/locales/zh-hk.yml +8 -0
- data/config/locales/zh-tw.yml +8 -0
- data/config/locales/zh.yml +8 -0
- data/lib/govuk_publishing_components/app_helpers/environment.rb +3 -8
- data/lib/govuk_publishing_components/presenters/meta_tags.rb +11 -4
- data/lib/govuk_publishing_components/version.rb +1 -1
- metadata +10 -2
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
name: Layout super navigation header
|
|
2
|
+
description: The super navigation header provides a consistent header across GOV.UK.
|
|
3
|
+
body: |
|
|
4
|
+
shared_accessibility_criteria:
|
|
5
|
+
- link
|
|
6
|
+
accessibility_criteria: |
|
|
7
|
+
The component must:
|
|
8
|
+
|
|
9
|
+
* have a text contrast ratio higher than 4.5:1 against the background colour to meet WCAG AA
|
|
10
|
+
|
|
11
|
+
Images in the super navigation header must:
|
|
12
|
+
|
|
13
|
+
* be presentational when linked to from accompanying text (crown icon).
|
|
14
|
+
|
|
15
|
+
Landmarks and Roles in the super navigation header should:
|
|
16
|
+
|
|
17
|
+
* have a role of banner at the root of the component (<header>) (ARIA 1.1)
|
|
18
|
+
accessibility_excluded_rules:
|
|
19
|
+
- landmark-banner-is-top-level # The header element can not be top level in the examples
|
|
20
|
+
- landmark-no-duplicate-banner # banners will be duplicated in component examples list
|
|
21
|
+
examples:
|
|
22
|
+
default:
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
<div class="govuk-header__logo gem-c-header__logo">
|
|
2
2
|
<a href="<%= logo_link %>" class="govuk-header__link govuk-header__link--homepage" data-module="gem-track-click" data-track-category="homeLinkClicked" data-track-action="homeHeader">
|
|
3
3
|
<span class="govuk-header__logotype gem-c-header__logotype">
|
|
4
|
-
<svg aria-hidden="true" focusable="false" class="
|
|
5
|
-
<path fill="currentColor" fill-rule="evenodd"
|
|
6
|
-
d="M25 30.2c3.5 1.5 7.7-.2 9.1-3.7 1.5-3.6-.2-7.8-3.9-9.2-3.6-1.4-7.6.3-9.1 3.9-1.4 3.5.3 7.5 3.9 9zM9 39.5c3.6 1.5 7.8-.2 9.2-3.7 1.5-3.6-.2-7.8-3.9-9.1-3.6-1.5-7.6.2-9.1 3.8-1.4 3.5.3 7.5 3.8 9zM4.4 57.2c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.5-1.5-7.6.3-9.1 3.8-1.4 3.5.3 7.6 3.9 9.1zm38.3-21.4c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.6-1.5-7.6.3-9.1 3.8-1.3 3.6.4 7.7 3.9 9.1zm64.4-5.6c-3.6 1.5-7.8-.2-9.1-3.7-1.5-3.6.2-7.8 3.8-9.2 3.6-1.4 7.7.3 9.2 3.9 1.3 3.5-.4 7.5-3.9 9zm15.9 9.3c-3.6 1.5-7.7-.2-9.1-3.7-1.5-3.6.2-7.8 3.7-9.1 3.6-1.5 7.7.2 9.2 3.8 1.5 3.5-.3 7.5-3.8 9zm4.7 17.7c-3.6 1.5-7.8-.2-9.2-3.8-1.5-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.3 3.5-.4 7.6-3.9 9.1zM89.3 35.8c-3.6 1.5-7.8-.2-9.2-3.8-1.4-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.4 3.6-.3 7.7-3.9 9.1zM69.7 17.7l8.9 4.7V9.3l-8.9 2.8c-.2-.3-.5-.6-.9-.9L72.4 0H59.6l3.5 11.2c-.3.3-.6.5-.9.9l-8.8-2.8v13.1l8.8-4.7c.3.3.6.7.9.9l-5 15.4v.1c-.2.8-.4 1.6-.4 2.4 0 4.1 3.1 7.5 7 8.1h.2c.3 0 .7.1 1 .1.4 0 .7 0 1-.1h.2c4-.6 7.1-4.1 7.1-8.1 0-.8-.1-1.7-.4-2.4V34l-5.1-15.4c.4-.2.7-.6 1-.9zM66 92.8c16.9 0 32.8 1.1 47.1 3.2 4-16.9 8.9-26.7 14-33.5l-9.6-3.4c1 4.9 1.1 7.2 0 10.2-1.5-1.4-3-4.3-4.2-8.7L108.6 76c2.8-2 5-3.2 7.5-3.3-4.4 9.4-10 11.9-13.6 11.2-4.3-.8-6.3-4.6-5.6-7.9 1-4.7 5.7-5.9 8-.5 4.3-8.7-3-11.4-7.6-8.8 7.1-7.2 7.9-13.5 2.1-21.1-8 6.1-8.1 12.3-4.5 20.8-4.7-5.4-12.1-2.5-9.5 6.2 3.4-5.2 7.9-2 7.2 3.1-.6 4.3-6.4 7.8-13.5 7.2-10.3-.9-10.9-8-11.2-13.8 2.5-.5 7.1 1.8 11 7.3L80.2 60c-4.1 4.4-8 5.3-12.3 5.4 1.4-4.4 8-11.6 8-11.6H55.5s6.4 7.2 7.9 11.6c-4.2-.1-8-1-12.3-5.4l1.4 16.4c3.9-5.5 8.5-7.7 10.9-7.3-.3 5.8-.9 12.8-11.1 13.8-7.2.6-12.9-2.9-13.5-7.2-.7-5 3.8-8.3 7.1-3.1 2.7-8.7-4.6-11.6-9.4-6.2 3.7-8.5 3.6-14.7-4.6-20.8-5.8 7.6-5 13.9 2.2 21.1-4.7-2.6-11.9.1-7.7 8.8 2.3-5.5 7.1-4.2 8.1.5.7 3.3-1.3 7.1-5.7 7.9-3.5.7-9-1.8-13.5-11.2 2.5.1 4.7 1.3 7.5 3.3l-4.7-15.4c-1.2 4.4-2.7 7.2-4.3 8.7-1.1-3-.9-5.3 0-10.2l-9.5 3.4c5 6.9 9.9 16.7 14 33.5 14.8-2.1 30.8-3.2 47.7-3.2z"></path>
|
|
4
|
+
<svg aria-hidden="true" focusable="false" class="govuk-header__logotype-crown" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 132 97" height="30" width="36">
|
|
5
|
+
<path fill="currentColor" fill-rule="evenodd" d="M25 30.2c3.5 1.5 7.7-.2 9.1-3.7 1.5-3.6-.2-7.8-3.9-9.2-3.6-1.4-7.6.3-9.1 3.9-1.4 3.5.3 7.5 3.9 9zM9 39.5c3.6 1.5 7.8-.2 9.2-3.7 1.5-3.6-.2-7.8-3.9-9.1-3.6-1.5-7.6.2-9.1 3.8-1.4 3.5.3 7.5 3.8 9zM4.4 57.2c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.5-1.5-7.6.3-9.1 3.8-1.4 3.5.3 7.6 3.9 9.1zm38.3-21.4c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.6-1.5-7.6.3-9.1 3.8-1.3 3.6.4 7.7 3.9 9.1zm64.4-5.6c-3.6 1.5-7.8-.2-9.1-3.7-1.5-3.6.2-7.8 3.8-9.2 3.6-1.4 7.7.3 9.2 3.9 1.3 3.5-.4 7.5-3.9 9zm15.9 9.3c-3.6 1.5-7.7-.2-9.1-3.7-1.5-3.6.2-7.8 3.7-9.1 3.6-1.5 7.7.2 9.2 3.8 1.5 3.5-.3 7.5-3.8 9zm4.7 17.7c-3.6 1.5-7.8-.2-9.2-3.8-1.5-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.3 3.5-.4 7.6-3.9 9.1zM89.3 35.8c-3.6 1.5-7.8-.2-9.2-3.8-1.4-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.4 3.6-.3 7.7-3.9 9.1zM69.7 17.7l8.9 4.7V9.3l-8.9 2.8c-.2-.3-.5-.6-.9-.9L72.4 0H59.6l3.5 11.2c-.3.3-.6.5-.9.9l-8.8-2.8v13.1l8.8-4.7c.3.3.6.7.9.9l-5 15.4v.1c-.2.8-.4 1.6-.4 2.4 0 4.1 3.1 7.5 7 8.1h.2c.3 0 .7.1 1 .1.4 0 .7 0 1-.1h.2c4-.6 7.1-4.1 7.1-8.1 0-.8-.1-1.7-.4-2.4V34l-5.1-15.4c.4-.2.7-.6 1-.9zM66 92.8c16.9 0 32.8 1.1 47.1 3.2 4-16.9 8.9-26.7 14-33.5l-9.6-3.4c1 4.9 1.1 7.2 0 10.2-1.5-1.4-3-4.3-4.2-8.7L108.6 76c2.8-2 5-3.2 7.5-3.3-4.4 9.4-10 11.9-13.6 11.2-4.3-.8-6.3-4.6-5.6-7.9 1-4.7 5.7-5.9 8-.5 4.3-8.7-3-11.4-7.6-8.8 7.1-7.2 7.9-13.5 2.1-21.1-8 6.1-8.1 12.3-4.5 20.8-4.7-5.4-12.1-2.5-9.5 6.2 3.4-5.2 7.9-2 7.2 3.1-.6 4.3-6.4 7.8-13.5 7.2-10.3-.9-10.9-8-11.2-13.8 2.5-.5 7.1 1.8 11 7.3L80.2 60c-4.1 4.4-8 5.3-12.3 5.4 1.4-4.4 8-11.6 8-11.6H55.5s6.4 7.2 7.9 11.6c-4.2-.1-8-1-12.3-5.4l1.4 16.4c3.9-5.5 8.5-7.7 10.9-7.3-.3 5.8-.9 12.8-11.1 13.8-7.2.6-12.9-2.9-13.5-7.2-.7-5 3.8-8.3 7.1-3.1 2.7-8.7-4.6-11.6-9.4-6.2 3.7-8.5 3.6-14.7-4.6-20.8-5.8 7.6-5 13.9 2.2 21.1-4.7-2.6-11.9.1-7.7 8.8 2.3-5.5 7.1-4.2 8.1.5.7 3.3-1.3 7.1-5.7 7.9-3.5.7-9-1.8-13.5-11.2 2.5.1 4.7 1.3 7.5 3.3l-4.7-15.4c-1.2 4.4-2.7 7.2-4.3 8.7-1.1-3-.9-5.3 0-10.2l-9.5 3.4c5 6.9 9.9 16.7 14 33.5 14.8-2.1 30.8-3.2 47.7-3.2z"></path>
|
|
7
6
|
<%# Deliberate use of image tag as a fallback method https://lynn.ru/examples/svg/en.html %>
|
|
8
|
-
<image src="<%= asset_path('govuk-logotype-crown.png') %>" xlink:href="" display="none" class="govuk-header__logotype-crown-fallback-image" width="36" height="
|
|
7
|
+
<image src="<%= asset_path('govuk-logotype-crown.png') %>" xlink:href="" display="none" class="govuk-header__logotype-crown-fallback-image" width="36" height="30"></image>
|
|
9
8
|
</svg>
|
|
10
9
|
<span class="govuk-header__logotype-text">
|
|
11
10
|
GOV.UK
|
data/config/locales/ar.yml
CHANGED
|
@@ -79,6 +79,14 @@ ar:
|
|
|
79
79
|
search_button:
|
|
80
80
|
show_button:
|
|
81
81
|
top_level:
|
|
82
|
+
layout_super_navigation_header:
|
|
83
|
+
logo_link_title:
|
|
84
|
+
logo_text:
|
|
85
|
+
navigation_menu_heading:
|
|
86
|
+
search_text:
|
|
87
|
+
popular_links_heading:
|
|
88
|
+
popular_links:
|
|
89
|
+
navigation_links:
|
|
82
90
|
metadata:
|
|
83
91
|
from:
|
|
84
92
|
history:
|
data/config/locales/az.yml
CHANGED
|
@@ -79,6 +79,14 @@ az:
|
|
|
79
79
|
search_button:
|
|
80
80
|
show_button:
|
|
81
81
|
top_level:
|
|
82
|
+
layout_super_navigation_header:
|
|
83
|
+
logo_link_title:
|
|
84
|
+
logo_text:
|
|
85
|
+
navigation_menu_heading:
|
|
86
|
+
search_text:
|
|
87
|
+
popular_links_heading:
|
|
88
|
+
popular_links:
|
|
89
|
+
navigation_links:
|
|
82
90
|
metadata:
|
|
83
91
|
from:
|
|
84
92
|
history:
|
data/config/locales/be.yml
CHANGED
|
@@ -79,6 +79,14 @@ be:
|
|
|
79
79
|
search_button:
|
|
80
80
|
show_button:
|
|
81
81
|
top_level:
|
|
82
|
+
layout_super_navigation_header:
|
|
83
|
+
logo_link_title:
|
|
84
|
+
logo_text:
|
|
85
|
+
navigation_menu_heading:
|
|
86
|
+
search_text:
|
|
87
|
+
popular_links_heading:
|
|
88
|
+
popular_links:
|
|
89
|
+
navigation_links:
|
|
82
90
|
metadata:
|
|
83
91
|
from:
|
|
84
92
|
history:
|
data/config/locales/bg.yml
CHANGED
|
@@ -79,6 +79,14 @@ bg:
|
|
|
79
79
|
search_button:
|
|
80
80
|
show_button:
|
|
81
81
|
top_level:
|
|
82
|
+
layout_super_navigation_header:
|
|
83
|
+
logo_link_title:
|
|
84
|
+
logo_text:
|
|
85
|
+
navigation_menu_heading:
|
|
86
|
+
search_text:
|
|
87
|
+
popular_links_heading:
|
|
88
|
+
popular_links:
|
|
89
|
+
navigation_links:
|
|
82
90
|
metadata:
|
|
83
91
|
from:
|
|
84
92
|
history:
|
data/config/locales/bn.yml
CHANGED
|
@@ -79,6 +79,14 @@ bn:
|
|
|
79
79
|
search_button:
|
|
80
80
|
show_button:
|
|
81
81
|
top_level:
|
|
82
|
+
layout_super_navigation_header:
|
|
83
|
+
logo_link_title:
|
|
84
|
+
logo_text:
|
|
85
|
+
navigation_menu_heading:
|
|
86
|
+
search_text:
|
|
87
|
+
popular_links_heading:
|
|
88
|
+
popular_links:
|
|
89
|
+
navigation_links:
|
|
82
90
|
metadata:
|
|
83
91
|
from:
|
|
84
92
|
history:
|
data/config/locales/cs.yml
CHANGED
|
@@ -79,6 +79,14 @@ cs:
|
|
|
79
79
|
search_button:
|
|
80
80
|
show_button:
|
|
81
81
|
top_level:
|
|
82
|
+
layout_super_navigation_header:
|
|
83
|
+
logo_link_title:
|
|
84
|
+
logo_text:
|
|
85
|
+
navigation_menu_heading:
|
|
86
|
+
search_text:
|
|
87
|
+
popular_links_heading:
|
|
88
|
+
popular_links:
|
|
89
|
+
navigation_links:
|
|
82
90
|
metadata:
|
|
83
91
|
from:
|
|
84
92
|
history:
|
data/config/locales/cy.yml
CHANGED
|
@@ -79,6 +79,14 @@ cy:
|
|
|
79
79
|
search_button:
|
|
80
80
|
show_button:
|
|
81
81
|
top_level:
|
|
82
|
+
layout_super_navigation_header:
|
|
83
|
+
logo_link_title:
|
|
84
|
+
logo_text:
|
|
85
|
+
navigation_menu_heading:
|
|
86
|
+
search_text:
|
|
87
|
+
popular_links_heading:
|
|
88
|
+
popular_links:
|
|
89
|
+
navigation_links:
|
|
82
90
|
metadata:
|
|
83
91
|
from:
|
|
84
92
|
history:
|
|
@@ -114,14 +122,14 @@ cy:
|
|
|
114
122
|
related_guides:
|
|
115
123
|
statistical_data_sets:
|
|
116
124
|
topical_events:
|
|
117
|
-
topics:
|
|
125
|
+
topics: Archwilio’r pwnc
|
|
118
126
|
transition:
|
|
119
|
-
hub_page_link_path:
|
|
120
|
-
hub_page_link_text:
|
|
121
|
-
hub_page_title:
|
|
122
127
|
link_path: "/brexit.cy"
|
|
123
|
-
link_text:
|
|
128
|
+
link_text: Cael rhestr bersonol o gamau gweithredu
|
|
124
129
|
title: Brexit
|
|
130
|
+
hub_page_link_path:
|
|
131
|
+
hub_page_link_text:
|
|
132
|
+
hub_page_title: Gwiriwr Brexit
|
|
125
133
|
world_locations:
|
|
126
134
|
search_box:
|
|
127
135
|
input_title:
|
|
@@ -154,4 +162,4 @@ cy:
|
|
|
154
162
|
delete:
|
|
155
163
|
edit:
|
|
156
164
|
tabs:
|
|
157
|
-
contents:
|
|
165
|
+
contents: Cynnwys
|
data/config/locales/da.yml
CHANGED
|
@@ -79,6 +79,14 @@ da:
|
|
|
79
79
|
search_button:
|
|
80
80
|
show_button:
|
|
81
81
|
top_level:
|
|
82
|
+
layout_super_navigation_header:
|
|
83
|
+
logo_link_title:
|
|
84
|
+
logo_text:
|
|
85
|
+
navigation_menu_heading:
|
|
86
|
+
search_text:
|
|
87
|
+
popular_links_heading:
|
|
88
|
+
popular_links:
|
|
89
|
+
navigation_links:
|
|
82
90
|
metadata:
|
|
83
91
|
from:
|
|
84
92
|
history:
|
data/config/locales/de.yml
CHANGED
|
@@ -79,6 +79,14 @@ de:
|
|
|
79
79
|
search_button:
|
|
80
80
|
show_button:
|
|
81
81
|
top_level:
|
|
82
|
+
layout_super_navigation_header:
|
|
83
|
+
logo_link_title:
|
|
84
|
+
logo_text:
|
|
85
|
+
navigation_menu_heading:
|
|
86
|
+
search_text:
|
|
87
|
+
popular_links_heading:
|
|
88
|
+
popular_links:
|
|
89
|
+
navigation_links:
|
|
82
90
|
metadata:
|
|
83
91
|
from:
|
|
84
92
|
history:
|
data/config/locales/dr.yml
CHANGED
|
@@ -79,6 +79,14 @@ dr:
|
|
|
79
79
|
search_button:
|
|
80
80
|
show_button:
|
|
81
81
|
top_level:
|
|
82
|
+
layout_super_navigation_header:
|
|
83
|
+
logo_link_title:
|
|
84
|
+
logo_text:
|
|
85
|
+
navigation_menu_heading:
|
|
86
|
+
search_text:
|
|
87
|
+
popular_links_heading:
|
|
88
|
+
popular_links:
|
|
89
|
+
navigation_links:
|
|
82
90
|
metadata:
|
|
83
91
|
from:
|
|
84
92
|
history:
|
data/config/locales/el.yml
CHANGED
|
@@ -79,6 +79,14 @@ el:
|
|
|
79
79
|
search_button:
|
|
80
80
|
show_button:
|
|
81
81
|
top_level:
|
|
82
|
+
layout_super_navigation_header:
|
|
83
|
+
logo_link_title:
|
|
84
|
+
logo_text:
|
|
85
|
+
navigation_menu_heading:
|
|
86
|
+
search_text:
|
|
87
|
+
popular_links_heading:
|
|
88
|
+
popular_links:
|
|
89
|
+
navigation_links:
|
|
82
90
|
metadata:
|
|
83
91
|
from:
|
|
84
92
|
history:
|
data/config/locales/en.yml
CHANGED
|
@@ -72,6 +72,10 @@ en:
|
|
|
72
72
|
news_and_communications: News and communications
|
|
73
73
|
statistics: Statistics
|
|
74
74
|
worldwide: Worldwide
|
|
75
|
+
intervention:
|
|
76
|
+
title: Check the next steps for your limited company
|
|
77
|
+
description: You might be interested in this because you’ve been browsing guidance relevant to starting a limited company.
|
|
78
|
+
dismiss_html: <a class="govuk-link" href="?hide-intervention=true">Hide this suggestion</a> if it’s not relevant to you
|
|
75
79
|
layout_footer:
|
|
76
80
|
copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
|
|
77
81
|
licence_html: All content is available under the <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, except where otherwise stated
|
|
@@ -82,6 +86,91 @@ en:
|
|
|
82
86
|
search_button: Search GOV.UK
|
|
83
87
|
show_button: Show search
|
|
84
88
|
top_level: Top level
|
|
89
|
+
layout_super_navigation_header:
|
|
90
|
+
logo_link_title: Go to the GOV.UK homepage
|
|
91
|
+
logo_text: GOV.UK
|
|
92
|
+
navigation_menu_heading: Navigation menu
|
|
93
|
+
search_text: Search GOV.UK
|
|
94
|
+
popular_links_heading: Popular on GOV.UK
|
|
95
|
+
popular_links:
|
|
96
|
+
- label: 'Coronavirus (COVID-19): rules'
|
|
97
|
+
href: /guidance/covid-19-coronavirus-restrictions-what-you-can-and-cannot-do
|
|
98
|
+
- label: 'Brexit: check what you need to do'
|
|
99
|
+
href: /brexit
|
|
100
|
+
- label: Sign in to your personal tax account
|
|
101
|
+
href: /personal-tax-account
|
|
102
|
+
- label: Find a job
|
|
103
|
+
href: /find-a-job
|
|
104
|
+
- label: Sign in to your Universal Credit account
|
|
105
|
+
href: /sign-in-universal-credit
|
|
106
|
+
navigation_links:
|
|
107
|
+
- label: Topics
|
|
108
|
+
href: /browse
|
|
109
|
+
description: Find information and services
|
|
110
|
+
show: true
|
|
111
|
+
menu_contents:
|
|
112
|
+
- label: Benefits
|
|
113
|
+
href: /browse/benefits
|
|
114
|
+
- label: Births, death, marriages and care
|
|
115
|
+
href: /browse/births-deaths-marriages
|
|
116
|
+
- label: Brexit
|
|
117
|
+
href: /brexit
|
|
118
|
+
- label: Business and self-employed
|
|
119
|
+
href: /browse/business
|
|
120
|
+
- label: Childcare and parenting
|
|
121
|
+
href: /browse/childcare-parenting
|
|
122
|
+
- label: Citizenship and living in the UK
|
|
123
|
+
href: /browse/citizenship
|
|
124
|
+
- label: Coronavirus (COVID‑19)
|
|
125
|
+
href: /coronavirus
|
|
126
|
+
- label: Crime, justice and the law
|
|
127
|
+
href: /browse/justice
|
|
128
|
+
- label: Disabled people
|
|
129
|
+
href: /browse/disabilities
|
|
130
|
+
- label: Driving and transport
|
|
131
|
+
href: /browse/driving
|
|
132
|
+
- label: Education and learning
|
|
133
|
+
href: /browse/education
|
|
134
|
+
- label: Employing people
|
|
135
|
+
href: /browse/employing-people
|
|
136
|
+
- label: Environment and countryside
|
|
137
|
+
href: /browse/environment-countryside
|
|
138
|
+
- label: Housing and local services
|
|
139
|
+
href: /browse/housing-local-services
|
|
140
|
+
- label: Money and tax
|
|
141
|
+
href: /browse/tax
|
|
142
|
+
- label: Passports, travel and living abroad
|
|
143
|
+
href: /browse/abroad
|
|
144
|
+
- label: Visas and immigration
|
|
145
|
+
href: /browse/visas-immigration
|
|
146
|
+
- label: Working, jobs and pensions
|
|
147
|
+
href: /browse/working
|
|
148
|
+
- label: Departments
|
|
149
|
+
href: /government/organisations
|
|
150
|
+
- label: Government activity
|
|
151
|
+
href: /search/news-and-communications
|
|
152
|
+
description: Find out what the government is doing
|
|
153
|
+
menu_contents:
|
|
154
|
+
- label: News
|
|
155
|
+
href: /search/news-and-communications
|
|
156
|
+
description: News stories, speeches, letters and notices
|
|
157
|
+
- label: Guidance and regulation
|
|
158
|
+
href: /search/guidance-and-regulation
|
|
159
|
+
description: Detailed guidance, regulations and rules
|
|
160
|
+
- label: Research and statistics
|
|
161
|
+
href: /search/research-and-statistics
|
|
162
|
+
description: Reports, analysis and official statistics
|
|
163
|
+
- label: Policy papers and consultation
|
|
164
|
+
href: /search/policy-papers-and-consultations
|
|
165
|
+
description: Consultations and strategy
|
|
166
|
+
- label: Transparency
|
|
167
|
+
href: /search/transparency-and-freedom-of-information-releases
|
|
168
|
+
description: Government data, freedom of information releases and corporate reports
|
|
169
|
+
footer_links:
|
|
170
|
+
- label: How government works
|
|
171
|
+
href: /government/how-government-works
|
|
172
|
+
- label: Get involved
|
|
173
|
+
href: /government/get-involved
|
|
85
174
|
metadata:
|
|
86
175
|
from: From
|
|
87
176
|
history: History
|
data/config/locales/es-419.yml
CHANGED
|
@@ -79,6 +79,14 @@ es-419:
|
|
|
79
79
|
search_button:
|
|
80
80
|
show_button:
|
|
81
81
|
top_level:
|
|
82
|
+
layout_super_navigation_header:
|
|
83
|
+
logo_link_title:
|
|
84
|
+
logo_text:
|
|
85
|
+
navigation_menu_heading:
|
|
86
|
+
search_text:
|
|
87
|
+
popular_links_heading:
|
|
88
|
+
popular_links:
|
|
89
|
+
navigation_links:
|
|
82
90
|
metadata:
|
|
83
91
|
from:
|
|
84
92
|
history:
|
data/config/locales/es.yml
CHANGED
|
@@ -79,6 +79,14 @@ es:
|
|
|
79
79
|
search_button:
|
|
80
80
|
show_button:
|
|
81
81
|
top_level:
|
|
82
|
+
layout_super_navigation_header:
|
|
83
|
+
logo_link_title:
|
|
84
|
+
logo_text:
|
|
85
|
+
navigation_menu_heading:
|
|
86
|
+
search_text:
|
|
87
|
+
popular_links_heading:
|
|
88
|
+
popular_links:
|
|
89
|
+
navigation_links:
|
|
82
90
|
metadata:
|
|
83
91
|
from:
|
|
84
92
|
history:
|
data/config/locales/et.yml
CHANGED
|
@@ -79,6 +79,14 @@ et:
|
|
|
79
79
|
search_button:
|
|
80
80
|
show_button:
|
|
81
81
|
top_level:
|
|
82
|
+
layout_super_navigation_header:
|
|
83
|
+
logo_link_title:
|
|
84
|
+
logo_text:
|
|
85
|
+
navigation_menu_heading:
|
|
86
|
+
search_text:
|
|
87
|
+
popular_links_heading:
|
|
88
|
+
popular_links:
|
|
89
|
+
navigation_links:
|
|
82
90
|
metadata:
|
|
83
91
|
from:
|
|
84
92
|
history:
|
data/config/locales/fa.yml
CHANGED
|
@@ -79,6 +79,14 @@ fa:
|
|
|
79
79
|
search_button:
|
|
80
80
|
show_button:
|
|
81
81
|
top_level:
|
|
82
|
+
layout_super_navigation_header:
|
|
83
|
+
logo_link_title:
|
|
84
|
+
logo_text:
|
|
85
|
+
navigation_menu_heading:
|
|
86
|
+
search_text:
|
|
87
|
+
popular_links_heading:
|
|
88
|
+
popular_links:
|
|
89
|
+
navigation_links:
|
|
82
90
|
metadata:
|
|
83
91
|
from:
|
|
84
92
|
history:
|
data/config/locales/fi.yml
CHANGED
|
@@ -79,6 +79,14 @@ fi:
|
|
|
79
79
|
search_button:
|
|
80
80
|
show_button:
|
|
81
81
|
top_level:
|
|
82
|
+
layout_super_navigation_header:
|
|
83
|
+
logo_link_title:
|
|
84
|
+
logo_text:
|
|
85
|
+
navigation_menu_heading:
|
|
86
|
+
search_text:
|
|
87
|
+
popular_links_heading:
|
|
88
|
+
popular_links:
|
|
89
|
+
navigation_links:
|
|
82
90
|
metadata:
|
|
83
91
|
from:
|
|
84
92
|
history:
|
data/config/locales/fr.yml
CHANGED
|
@@ -79,6 +79,14 @@ fr:
|
|
|
79
79
|
search_button:
|
|
80
80
|
show_button:
|
|
81
81
|
top_level:
|
|
82
|
+
layout_super_navigation_header:
|
|
83
|
+
logo_link_title:
|
|
84
|
+
logo_text:
|
|
85
|
+
navigation_menu_heading:
|
|
86
|
+
search_text:
|
|
87
|
+
popular_links_heading:
|
|
88
|
+
popular_links:
|
|
89
|
+
navigation_links:
|
|
82
90
|
metadata:
|
|
83
91
|
from:
|
|
84
92
|
history:
|
data/config/locales/gd.yml
CHANGED
|
@@ -79,6 +79,14 @@ gd:
|
|
|
79
79
|
search_button:
|
|
80
80
|
show_button:
|
|
81
81
|
top_level:
|
|
82
|
+
layout_super_navigation_header:
|
|
83
|
+
logo_link_title:
|
|
84
|
+
logo_text:
|
|
85
|
+
navigation_menu_heading:
|
|
86
|
+
search_text:
|
|
87
|
+
popular_links_heading:
|
|
88
|
+
popular_links:
|
|
89
|
+
navigation_links:
|
|
82
90
|
metadata:
|
|
83
91
|
from:
|
|
84
92
|
history:
|