govuk_publishing_components 24.21.1 → 25.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/govuk_publishing_components/analytics.js +2 -0
- data/app/assets/javascripts/govuk_publishing_components/{lib → analytics}/track-click.js +0 -0
- data/app/assets/javascripts/govuk_publishing_components/{lib/select.js → analytics/track-select-change.js} +0 -0
- data/app/assets/javascripts/govuk_publishing_components/components/intervention.js +16 -0
- data/app/assets/javascripts/govuk_publishing_components/components/layout-super-navigation-header.js +234 -40
- data/app/assets/javascripts/govuk_publishing_components/lib/govspeak/youtube-link-enhancement.js +6 -0
- data/app/assets/javascripts/govuk_publishing_components/lib/header-navigation.js +34 -5
- data/app/assets/javascripts/govuk_publishing_components/modules.js +11 -17
- data/app/assets/stylesheets/govuk_publishing_components/component_support.scss +0 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_intervention.scss +12 -10
- data/app/assets/stylesheets/govuk_publishing_components/components/_layout-super-navigation-header.scss +606 -41
- data/app/assets/stylesheets/govuk_publishing_components/components/_notice.scss +2 -17
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_charts.scss +5 -0
- data/app/views/govuk_publishing_components/components/_fieldset.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_input.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_intervention.html.erb +26 -8
- data/app/views/govuk_publishing_components/components/_label.html.erb +6 -4
- data/app/views/govuk_publishing_components/components/_layout_for_public.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_layout_super_navigation_header.html.erb +265 -63
- data/app/views/govuk_publishing_components/components/_notice.html.erb +19 -13
- data/app/views/govuk_publishing_components/components/_radio.html.erb +5 -6
- data/app/views/govuk_publishing_components/components/_search.html.erb +11 -3
- data/app/views/govuk_publishing_components/components/_select.html.erb +3 -1
- data/app/views/govuk_publishing_components/components/_summary_list.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_title.html.erb +14 -7
- data/app/views/govuk_publishing_components/components/docs/notice.yml +15 -0
- data/app/views/govuk_publishing_components/components/docs/radio.yml +4 -15
- data/app/views/govuk_publishing_components/components/docs/search.yml +5 -0
- data/app/views/govuk_publishing_components/components/docs/title.yml +7 -12
- data/config/locales/ar.yml +5 -3
- data/config/locales/az.yml +5 -3
- data/config/locales/be.yml +5 -3
- data/config/locales/bg.yml +5 -3
- data/config/locales/bn.yml +5 -3
- data/config/locales/cs.yml +5 -3
- data/config/locales/cy.yml +8 -6
- data/config/locales/da.yml +5 -3
- data/config/locales/de.yml +5 -3
- data/config/locales/dr.yml +5 -3
- data/config/locales/el.yml +5 -3
- data/config/locales/en.yml +91 -84
- data/config/locales/es-419.yml +5 -3
- data/config/locales/es.yml +5 -3
- data/config/locales/et.yml +5 -3
- data/config/locales/fa.yml +5 -3
- data/config/locales/fi.yml +5 -3
- data/config/locales/fr.yml +5 -3
- data/config/locales/gd.yml +5 -3
- data/config/locales/gu.yml +5 -3
- data/config/locales/he.yml +5 -3
- data/config/locales/hi.yml +5 -3
- data/config/locales/hr.yml +5 -3
- data/config/locales/hu.yml +5 -3
- data/config/locales/hy.yml +5 -3
- data/config/locales/id.yml +5 -3
- data/config/locales/is.yml +5 -3
- data/config/locales/it.yml +5 -3
- data/config/locales/ja.yml +5 -3
- data/config/locales/ka.yml +5 -3
- data/config/locales/kk.yml +5 -3
- data/config/locales/ko.yml +5 -3
- data/config/locales/lt.yml +5 -3
- data/config/locales/lv.yml +5 -3
- data/config/locales/ms.yml +5 -3
- data/config/locales/mt.yml +5 -3
- data/config/locales/nl.yml +5 -3
- data/config/locales/no.yml +5 -3
- data/config/locales/pa-pk.yml +5 -3
- data/config/locales/pa.yml +5 -3
- data/config/locales/pl.yml +5 -3
- data/config/locales/ps.yml +5 -3
- data/config/locales/pt.yml +5 -3
- data/config/locales/ro.yml +5 -3
- data/config/locales/ru.yml +5 -3
- data/config/locales/si.yml +5 -3
- data/config/locales/sk.yml +5 -3
- data/config/locales/sl.yml +5 -3
- data/config/locales/so.yml +5 -3
- data/config/locales/sq.yml +5 -3
- data/config/locales/sr.yml +5 -3
- data/config/locales/sv.yml +5 -3
- data/config/locales/sw.yml +5 -3
- data/config/locales/ta.yml +5 -3
- data/config/locales/th.yml +5 -3
- data/config/locales/tk.yml +5 -3
- data/config/locales/tr.yml +5 -3
- data/config/locales/uk.yml +5 -3
- data/config/locales/ur.yml +5 -3
- data/config/locales/uz.yml +5 -3
- data/config/locales/vi.yml +5 -3
- data/config/locales/zh-hk.yml +5 -3
- data/config/locales/zh-tw.yml +5 -3
- data/config/locales/zh.yml +5 -3
- data/lib/govuk_publishing_components/presenters/shared_helper.rb +5 -1
- data/lib/govuk_publishing_components/version.rb +1 -1
- metadata +5 -16
- data/app/assets/stylesheets/govuk_publishing_components/components/helpers/_px-to-em.scss +0 -12
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_attachment.scss +0 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_back-link.scss +0 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_feedback.scss +0 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_layout-footer.scss +0 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_layout-header.scss +0 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_metadata.scss +0 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_search.scss +0 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_share-links.scss +0 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_skip-link.scss +0 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_subscription-links.scss +0 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_translation-nav.scss +0 -2
@@ -8,29 +8,35 @@
|
|
8
8
|
local_assigns[:margin_bottom] ||= 8
|
9
9
|
local_assigns[:margin_bottom] = 8 if local_assigns[:margin_bottom] > 9
|
10
10
|
|
11
|
+
banner_title ||= t("components.notice.banner_title")
|
12
|
+
banner_title_id ||= "govuk-notification-banner-title-#{SecureRandom.hex(4)}"
|
13
|
+
show_banner_title ||= false
|
14
|
+
heading_level = show_banner_title ? "h3" : "h2"
|
15
|
+
|
11
16
|
shared_helper = GovukPublishingComponents::Presenters::SharedHelper.new(local_assigns)
|
12
17
|
|
13
|
-
css_classes = %w[gem-c-notice]
|
18
|
+
css_classes = %w[govuk-notification-banner gem-c-notice]
|
14
19
|
css_classes << (shared_helper.get_margin_bottom)
|
15
20
|
|
16
|
-
aria_attributes =
|
21
|
+
aria_attributes = {label: 'Notice'}
|
22
|
+
aria_attributes[:live] = 'polite' if aria_live
|
23
|
+
aria_attributes[:labelledby] = banner_title_id if show_banner_title
|
17
24
|
|
18
25
|
description_present = description.present? || description_text.present? || description_govspeak.present?
|
19
26
|
%>
|
20
27
|
<% if title || description_present %>
|
21
28
|
<%= tag.section class: css_classes, aria: aria_attributes, lang: lang, role: "region" do %>
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
+
<%= tag.div class: "govuk-notification-banner__header" do %>
|
30
|
+
<%= tag.h2 banner_title, class: "govuk-notification-banner__title", id: banner_title_id %>
|
31
|
+
<% end if show_banner_title %>
|
32
|
+
<%= tag.div class: "govuk-notification-banner__content" do %>
|
33
|
+
<%= content_tag(heading_level, title, class: "gem-c-notice__title govuk-notification-banner__heading") if description_present && title %>
|
34
|
+
<%= tag.span title, class: "gem-c-notice__title govuk-notification-banner__heading" if !description_present && title %>
|
35
|
+
<%= tag.p description_text, class: "gem-c-notice__description" if description_text %>
|
29
36
|
|
30
|
-
|
37
|
+
<%= description if description %>
|
31
38
|
|
32
|
-
|
33
|
-
|
34
|
-
<%= render 'govuk_publishing_components/components/govspeak', content: description_govspeak if description_govspeak %>
|
39
|
+
<%= render 'govuk_publishing_components/components/govspeak', content: description_govspeak if description_govspeak %>
|
40
|
+
<% end %>
|
35
41
|
<% end %>
|
36
42
|
<% end %>
|
@@ -11,17 +11,16 @@
|
|
11
11
|
heading_size ||= nil
|
12
12
|
small ||= false
|
13
13
|
inline ||= false
|
14
|
-
|
15
|
-
heading_level = is_page_heading ? 'h1' : shared_helper.get_heading_level
|
14
|
+
heading_level = shared_helper.get_heading_level
|
16
15
|
heading_classes = %w(govuk-fieldset__heading)
|
17
16
|
heading_classes << "gem-c-radio__heading-text" if heading_level == 'h1'
|
18
17
|
|
19
|
-
if
|
18
|
+
if (shared_helper.valid_heading_size?(heading_size))
|
20
19
|
size = heading_size
|
21
|
-
elsif
|
22
|
-
size =
|
20
|
+
elsif heading_level == "h1"
|
21
|
+
size = "xl"
|
23
22
|
else
|
24
|
-
size =
|
23
|
+
size = "m"
|
25
24
|
end
|
26
25
|
|
27
26
|
description ||= nil
|
@@ -4,6 +4,7 @@
|
|
4
4
|
aria_controls ||= nil
|
5
5
|
button_text ||= t("components.search_box.search_button")
|
6
6
|
id ||= "search-main-" + SecureRandom.hex(4)
|
7
|
+
label_size ||= nil
|
7
8
|
label_text ||= t("components.search_box.label")
|
8
9
|
name ||= "q"
|
9
10
|
no_border ||= false
|
@@ -13,6 +14,13 @@
|
|
13
14
|
data_attributes ||= {}
|
14
15
|
data_attributes[:module] = 'gem-track-click'
|
15
16
|
|
17
|
+
label_classes = []
|
18
|
+
if (shared_helper.valid_heading_size?(label_size))
|
19
|
+
label_classes << "govuk-label govuk-label--#{label_size}"
|
20
|
+
else
|
21
|
+
label_classes << "gem-c-search__label"
|
22
|
+
end
|
23
|
+
|
16
24
|
classes = %w[gem-c-search govuk-!-display-none-print]
|
17
25
|
classes << (shared_helper.get_margin_top)
|
18
26
|
classes << (shared_helper.get_margin_bottom) if local_assigns[:margin_bottom]
|
@@ -23,13 +31,13 @@
|
|
23
31
|
else
|
24
32
|
classes << "gem-c-search--on-white"
|
25
33
|
end
|
26
|
-
classes << "gem-c-search--separate-label" if local_assigns.include?(:inline_label)
|
34
|
+
classes << "gem-c-search--separate-label" if local_assigns.include?(:inline_label) or local_assigns.include?(:label_size)
|
27
35
|
%>
|
28
36
|
|
29
37
|
<div class="<%= classes.join(" ") %>" data-module="gem-toggle-input-class-on-focus">
|
30
|
-
|
38
|
+
<%= tag.label({ for: id, class: label_classes }) do %>
|
31
39
|
<%= label_text %>
|
32
|
-
|
40
|
+
<% end %>
|
33
41
|
<div class="gem-c-search__item-wrapper">
|
34
42
|
<%= tag.input(
|
35
43
|
aria: {
|
@@ -1,11 +1,13 @@
|
|
1
1
|
<%
|
2
|
+
shared_helper = GovukPublishingComponents::Presenters::SharedHelper.new(local_assigns)
|
3
|
+
|
2
4
|
options ||= []
|
3
5
|
id ||= false
|
4
6
|
label ||= false
|
5
7
|
full_width ||= false
|
6
8
|
name ||= id
|
7
9
|
is_page_heading ||= false
|
8
|
-
heading_size = false unless
|
10
|
+
heading_size = false unless shared_helper.valid_heading_size?(heading_size)
|
9
11
|
error_message ||= nil
|
10
12
|
error_id ||= nil
|
11
13
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<%
|
2
2
|
local_assigns[:heading_level] ||= 3
|
3
|
-
heading_size = 'm' unless ['s', 'm', 'l', 'xl'].include?(heading_size)
|
4
3
|
shared_helper = GovukPublishingComponents::Presenters::SharedHelper.new(local_assigns)
|
4
|
+
heading_size = "m" unless shared_helper.valid_heading_size?(heading_size)
|
5
5
|
|
6
6
|
id ||= nil
|
7
7
|
title ||= nil
|
@@ -3,9 +3,7 @@
|
|
3
3
|
|
4
4
|
context ||= false
|
5
5
|
context_locale ||= false
|
6
|
-
|
7
|
-
context_href = context.is_a?(Hash) ? context[:href] : false
|
8
|
-
context_data = context.is_a?(Hash) ? context[:data] : false
|
6
|
+
context_inside ||= false
|
9
7
|
|
10
8
|
inverse ||= false
|
11
9
|
local_assigns[:margin_top] ||= 8
|
@@ -21,13 +19,22 @@
|
|
21
19
|
heading_classes = %w[gem-c-title__text]
|
22
20
|
heading_classes << (average_title_length.present? ? 'govuk-heading-l' : 'govuk-heading-xl')
|
23
21
|
%>
|
22
|
+
|
23
|
+
<% @context_block = capture do %>
|
24
|
+
<span class="govuk-caption-xl gem-c-title__context" <%= "lang=#{context_locale}" if context_locale.present? %>>
|
25
|
+
<%= context %>
|
26
|
+
</span>
|
27
|
+
<% end %>
|
28
|
+
|
24
29
|
<%= content_tag(:div, class: classes) do %>
|
25
|
-
<% if context %>
|
26
|
-
|
27
|
-
<%= context_href ? link_to(context_text, context_href, class: 'gem-c-title__context-link govuk-link', data: context_data) : context_text %>
|
28
|
-
</span>
|
30
|
+
<% if context && !context_inside %>
|
31
|
+
<%= @context_block %>
|
29
32
|
<% end %>
|
33
|
+
|
30
34
|
<h1 class="<%= heading_classes.join(" ") %>">
|
35
|
+
<% if context && context_inside %>
|
36
|
+
<%= @context_block %>
|
37
|
+
<% end %>
|
31
38
|
<%= title %>
|
32
39
|
</h1>
|
33
40
|
<% end %>
|
@@ -50,3 +50,18 @@ examples:
|
|
50
50
|
title: 'This publication was withdrawn on 30 September 2015'
|
51
51
|
description_govspeak: <p>This document is no longer current. We published a new version on 30 September 2015.</p>
|
52
52
|
lang: 'en'
|
53
|
+
with_banner_title:
|
54
|
+
description: |
|
55
|
+
By default, the notice component renders with a banner title of "Important" if `show_banner_title` is `true`.
|
56
|
+
data:
|
57
|
+
title: 'This publication was withdrawn on 30 September 2015'
|
58
|
+
description_govspeak: <p>This document is no longer current. We published a new version on 30 September 2015.</p>
|
59
|
+
show_banner_title: true
|
60
|
+
with_custom_banner_title:
|
61
|
+
description: |
|
62
|
+
The default banner title can be overruled by specifying a `banner_title` option.
|
63
|
+
data:
|
64
|
+
title: 'This publication was withdrawn on 30 September 2015'
|
65
|
+
description_govspeak: <p>This document is no longer current. We published a new version on 30 September 2015.</p>
|
66
|
+
show_banner_title: true
|
67
|
+
banner_title: "Information"
|
@@ -107,17 +107,6 @@ examples:
|
|
107
107
|
text: "Green"
|
108
108
|
- value: "blue"
|
109
109
|
text: "Blue"
|
110
|
-
with_page_heading:
|
111
|
-
description: This adds a H1 element containing the text supplied.
|
112
|
-
data:
|
113
|
-
name: "radio-group-heading"
|
114
|
-
heading: "Is it raining?"
|
115
|
-
is_page_heading: true
|
116
|
-
items:
|
117
|
-
- value: "yes"
|
118
|
-
text: "Yes"
|
119
|
-
- value: "no"
|
120
|
-
text: "No"
|
121
110
|
with_page_header_and_caption:
|
122
111
|
description: |
|
123
112
|
If a caption text is provided with a page heading, it will be displayed above the heading.
|
@@ -127,7 +116,7 @@ examples:
|
|
127
116
|
name: "radio-group-heading"
|
128
117
|
heading: "Is it snowing?"
|
129
118
|
heading_caption: "Question 3 of 9"
|
130
|
-
|
119
|
+
heading_level: 1
|
131
120
|
items:
|
132
121
|
- value: "yes"
|
133
122
|
text: "Yes"
|
@@ -137,7 +126,7 @@ examples:
|
|
137
126
|
data:
|
138
127
|
name: "radio-group-heading"
|
139
128
|
heading: "Is it snowing?"
|
140
|
-
|
129
|
+
heading_level: 1
|
141
130
|
hint: "Sleet or hail doesn’t count."
|
142
131
|
items:
|
143
132
|
- value: "yes"
|
@@ -179,7 +168,7 @@ examples:
|
|
179
168
|
data:
|
180
169
|
name: "radio-group-description"
|
181
170
|
heading: "What is your favourite colour?"
|
182
|
-
|
171
|
+
heading_level: 1
|
183
172
|
description: |
|
184
173
|
Skittles consist of hard sugar shells imprinted with the letter "S".
|
185
174
|
The interior consists mainly of sugar, corn syrup, and hydrogenated
|
@@ -196,7 +185,7 @@ examples:
|
|
196
185
|
description: |
|
197
186
|
This allows the size of the legend to be changed. Valid options are s, m, l, xl, defaulting to m if no option is passed.
|
198
187
|
|
199
|
-
If
|
188
|
+
If heading_level is 1 and heading_size is not set, the text size will be xl.
|
200
189
|
data:
|
201
190
|
name: "radio-group-description"
|
202
191
|
heading: "What is your favourite colour?"
|
@@ -64,3 +64,8 @@ examples:
|
|
64
64
|
This is visually hidden text -- to check for changes use a screen reader or inspect the button element.
|
65
65
|
data:
|
66
66
|
button_text: "Search absolutely everywhere"
|
67
|
+
with_set_label_size:
|
68
|
+
description: |
|
69
|
+
Allows the label text size to be set to `xl`, `l`, `m`, or `s`. If this is set, then `inline_label` is automatically set to `false`.
|
70
|
+
data:
|
71
|
+
label_size: "xl"
|
@@ -24,6 +24,13 @@ examples:
|
|
24
24
|
data:
|
25
25
|
context: Publication
|
26
26
|
title: My page title
|
27
|
+
with_context_inside:
|
28
|
+
description: |
|
29
|
+
If the context should be considered part of the page heading, you can nest the context within the <code><h1></code>.
|
30
|
+
data:
|
31
|
+
context: Publication
|
32
|
+
title: My page title
|
33
|
+
context_inside: true
|
27
34
|
with_context_language_labelled:
|
28
35
|
description: |
|
29
36
|
Sometimes this component appears on a page that has been translated. The title will naturally be supplied in the required language but the context string may fall back to the default. In these instances we need to label the language so the page remains semantic and screenreaders can handle the switch.
|
@@ -33,18 +40,6 @@ examples:
|
|
33
40
|
context: Publication
|
34
41
|
context_locale: en
|
35
42
|
title: My page title
|
36
|
-
with_context_link:
|
37
|
-
description: |
|
38
|
-
It’s unclear if links in the context of a title are useful and are being clicked by users. Data attributes are included to track this behaviour.
|
39
|
-
|
40
|
-
Context links are used on [topic pages](https://www.gov.uk/topic/business-tax/vat) where there is also a breadcrumb.
|
41
|
-
data:
|
42
|
-
context:
|
43
|
-
text: Publication
|
44
|
-
href: '/link'
|
45
|
-
data:
|
46
|
-
some_tracking_parameter: 'tracking-param'
|
47
|
-
title: My page title
|
48
43
|
long_title_with_context:
|
49
44
|
data:
|
50
45
|
context: Publication
|
data/config/locales/ar.yml
CHANGED
@@ -82,11 +82,13 @@ ar:
|
|
82
82
|
layout_super_navigation_header:
|
83
83
|
logo_link_title:
|
84
84
|
logo_text:
|
85
|
+
navigation_links:
|
85
86
|
navigation_menu_heading:
|
86
|
-
|
87
|
-
|
87
|
+
navigation_search_heading:
|
88
|
+
navigation_search_subheading:
|
88
89
|
popular_links:
|
89
|
-
|
90
|
+
popular_links_heading:
|
91
|
+
search_text:
|
90
92
|
metadata:
|
91
93
|
from:
|
92
94
|
history:
|
data/config/locales/az.yml
CHANGED
@@ -82,11 +82,13 @@ az:
|
|
82
82
|
layout_super_navigation_header:
|
83
83
|
logo_link_title:
|
84
84
|
logo_text:
|
85
|
+
navigation_links:
|
85
86
|
navigation_menu_heading:
|
86
|
-
|
87
|
-
|
87
|
+
navigation_search_heading:
|
88
|
+
navigation_search_subheading:
|
88
89
|
popular_links:
|
89
|
-
|
90
|
+
popular_links_heading:
|
91
|
+
search_text:
|
90
92
|
metadata:
|
91
93
|
from:
|
92
94
|
history:
|
data/config/locales/be.yml
CHANGED
@@ -82,11 +82,13 @@ be:
|
|
82
82
|
layout_super_navigation_header:
|
83
83
|
logo_link_title:
|
84
84
|
logo_text:
|
85
|
+
navigation_links:
|
85
86
|
navigation_menu_heading:
|
86
|
-
|
87
|
-
|
87
|
+
navigation_search_heading:
|
88
|
+
navigation_search_subheading:
|
88
89
|
popular_links:
|
89
|
-
|
90
|
+
popular_links_heading:
|
91
|
+
search_text:
|
90
92
|
metadata:
|
91
93
|
from:
|
92
94
|
history:
|
data/config/locales/bg.yml
CHANGED
@@ -82,11 +82,13 @@ bg:
|
|
82
82
|
layout_super_navigation_header:
|
83
83
|
logo_link_title:
|
84
84
|
logo_text:
|
85
|
+
navigation_links:
|
85
86
|
navigation_menu_heading:
|
86
|
-
|
87
|
-
|
87
|
+
navigation_search_heading:
|
88
|
+
navigation_search_subheading:
|
88
89
|
popular_links:
|
89
|
-
|
90
|
+
popular_links_heading:
|
91
|
+
search_text:
|
90
92
|
metadata:
|
91
93
|
from:
|
92
94
|
history:
|
data/config/locales/bn.yml
CHANGED
@@ -82,11 +82,13 @@ bn:
|
|
82
82
|
layout_super_navigation_header:
|
83
83
|
logo_link_title:
|
84
84
|
logo_text:
|
85
|
+
navigation_links:
|
85
86
|
navigation_menu_heading:
|
86
|
-
|
87
|
-
|
87
|
+
navigation_search_heading:
|
88
|
+
navigation_search_subheading:
|
88
89
|
popular_links:
|
89
|
-
|
90
|
+
popular_links_heading:
|
91
|
+
search_text:
|
90
92
|
metadata:
|
91
93
|
from:
|
92
94
|
history:
|
data/config/locales/cs.yml
CHANGED
@@ -82,11 +82,13 @@ cs:
|
|
82
82
|
layout_super_navigation_header:
|
83
83
|
logo_link_title:
|
84
84
|
logo_text:
|
85
|
+
navigation_links:
|
85
86
|
navigation_menu_heading:
|
86
|
-
|
87
|
-
|
87
|
+
navigation_search_heading:
|
88
|
+
navigation_search_subheading:
|
88
89
|
popular_links:
|
89
|
-
|
90
|
+
popular_links_heading:
|
91
|
+
search_text:
|
90
92
|
metadata:
|
91
93
|
from:
|
92
94
|
history:
|
data/config/locales/cy.yml
CHANGED
@@ -82,11 +82,13 @@ cy:
|
|
82
82
|
layout_super_navigation_header:
|
83
83
|
logo_link_title:
|
84
84
|
logo_text:
|
85
|
+
navigation_links:
|
85
86
|
navigation_menu_heading:
|
86
|
-
|
87
|
-
|
87
|
+
navigation_search_heading:
|
88
|
+
navigation_search_subheading:
|
88
89
|
popular_links:
|
89
|
-
|
90
|
+
popular_links_heading:
|
91
|
+
search_text:
|
90
92
|
metadata:
|
91
93
|
from:
|
92
94
|
history:
|
@@ -124,12 +126,12 @@ cy:
|
|
124
126
|
topical_events:
|
125
127
|
topics: Archwilio’r pwnc
|
126
128
|
transition:
|
127
|
-
link_path: "/brexit.cy"
|
128
|
-
link_text: Cael rhestr bersonol o gamau gweithredu
|
129
|
-
title: Brexit
|
130
129
|
hub_page_link_path:
|
131
130
|
hub_page_link_text:
|
132
131
|
hub_page_title: Gwiriwr Brexit
|
132
|
+
link_path: "/brexit.cy"
|
133
|
+
link_text: Cael rhestr bersonol o gamau gweithredu
|
134
|
+
title: Brexit
|
133
135
|
world_locations:
|
134
136
|
search_box:
|
135
137
|
input_title:
|
data/config/locales/da.yml
CHANGED
@@ -82,11 +82,13 @@ da:
|
|
82
82
|
layout_super_navigation_header:
|
83
83
|
logo_link_title:
|
84
84
|
logo_text:
|
85
|
+
navigation_links:
|
85
86
|
navigation_menu_heading:
|
86
|
-
|
87
|
-
|
87
|
+
navigation_search_heading:
|
88
|
+
navigation_search_subheading:
|
88
89
|
popular_links:
|
89
|
-
|
90
|
+
popular_links_heading:
|
91
|
+
search_text:
|
90
92
|
metadata:
|
91
93
|
from:
|
92
94
|
history:
|