govuk_publishing_components 28.8.1 → 28.9.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (93) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/govuk_publishing_components/analytics/cross-domain-tracking.js +55 -0
  3. data/app/assets/javascripts/govuk_publishing_components/analytics.js +3 -0
  4. data/app/assets/stylesheets/govuk_publishing_components/_all_components.scss +1 -0
  5. data/app/assets/stylesheets/govuk_publishing_components/_all_components_print.scss +1 -0
  6. data/app/assets/stylesheets/govuk_publishing_components/components/_attachment.scss +2 -1
  7. data/app/assets/stylesheets/govuk_publishing_components/components/_cards.scss +102 -0
  8. data/app/assets/stylesheets/govuk_publishing_components/components/_contextual-sidebar.scss +1 -6
  9. data/app/assets/stylesheets/govuk_publishing_components/components/_document-list.scss +2 -1
  10. data/app/assets/stylesheets/govuk_publishing_components/components/_previous-and-next-navigation.scss +1 -1
  11. data/app/assets/stylesheets/govuk_publishing_components/components/_related-navigation.scss +1 -0
  12. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_warning-callout.scss +1 -1
  13. data/app/assets/stylesheets/govuk_publishing_components/components/print/_cards.scss +4 -0
  14. data/app/views/govuk_publishing_components/components/_cards.html.erb +46 -0
  15. data/app/views/govuk_publishing_components/components/_contextual_sidebar.html.erb +2 -2
  16. data/app/views/govuk_publishing_components/components/_input.html.erb +3 -0
  17. data/app/views/govuk_publishing_components/components/_lead_paragraph.html.erb +0 -1
  18. data/app/views/govuk_publishing_components/components/_summary_list.html.erb +27 -22
  19. data/app/views/govuk_publishing_components/components/contextual_sidebar/{_brexit_cta.html.erb → _ukraine_cta.html.erb} +6 -6
  20. data/app/views/govuk_publishing_components/components/docs/attachment.yml +1 -1
  21. data/app/views/govuk_publishing_components/components/docs/cards.yml +145 -0
  22. data/app/views/govuk_publishing_components/components/docs/contextual_sidebar.yml +12 -21
  23. data/app/views/govuk_publishing_components/components/docs/input.yml +16 -13
  24. data/app/views/govuk_publishing_components/components/docs/list.yml +1 -1
  25. data/app/views/govuk_publishing_components/components/docs/summary_list.yml +2 -7
  26. data/config/locales/ar.yml +4 -0
  27. data/config/locales/az.yml +4 -0
  28. data/config/locales/be.yml +4 -0
  29. data/config/locales/bg.yml +4 -0
  30. data/config/locales/bn.yml +4 -0
  31. data/config/locales/cs.yml +4 -0
  32. data/config/locales/cy.yml +4 -0
  33. data/config/locales/da.yml +4 -0
  34. data/config/locales/de.yml +4 -0
  35. data/config/locales/dr.yml +4 -0
  36. data/config/locales/el.yml +4 -0
  37. data/config/locales/en.yml +6 -2
  38. data/config/locales/es-419.yml +4 -0
  39. data/config/locales/es.yml +4 -0
  40. data/config/locales/et.yml +4 -0
  41. data/config/locales/fa.yml +4 -0
  42. data/config/locales/fi.yml +4 -0
  43. data/config/locales/fr.yml +4 -0
  44. data/config/locales/gd.yml +4 -0
  45. data/config/locales/gu.yml +4 -0
  46. data/config/locales/he.yml +4 -0
  47. data/config/locales/hi.yml +4 -0
  48. data/config/locales/hr.yml +4 -0
  49. data/config/locales/hu.yml +4 -0
  50. data/config/locales/hy.yml +4 -0
  51. data/config/locales/id.yml +4 -0
  52. data/config/locales/is.yml +4 -0
  53. data/config/locales/it.yml +4 -0
  54. data/config/locales/ja.yml +4 -0
  55. data/config/locales/ka.yml +4 -0
  56. data/config/locales/kk.yml +4 -0
  57. data/config/locales/ko.yml +4 -0
  58. data/config/locales/lt.yml +4 -0
  59. data/config/locales/lv.yml +4 -0
  60. data/config/locales/ms.yml +4 -0
  61. data/config/locales/mt.yml +4 -0
  62. data/config/locales/nl.yml +4 -0
  63. data/config/locales/no.yml +4 -0
  64. data/config/locales/pa-pk.yml +4 -0
  65. data/config/locales/pa.yml +4 -0
  66. data/config/locales/pl.yml +4 -0
  67. data/config/locales/ps.yml +4 -0
  68. data/config/locales/pt.yml +4 -0
  69. data/config/locales/ro.yml +4 -0
  70. data/config/locales/ru.yml +4 -0
  71. data/config/locales/si.yml +4 -0
  72. data/config/locales/sk.yml +4 -0
  73. data/config/locales/sl.yml +4 -0
  74. data/config/locales/so.yml +4 -0
  75. data/config/locales/sq.yml +4 -0
  76. data/config/locales/sr.yml +4 -0
  77. data/config/locales/sv.yml +4 -0
  78. data/config/locales/sw.yml +4 -0
  79. data/config/locales/ta.yml +4 -0
  80. data/config/locales/th.yml +4 -0
  81. data/config/locales/tk.yml +4 -0
  82. data/config/locales/tr.yml +4 -0
  83. data/config/locales/uk.yml +4 -0
  84. data/config/locales/ur.yml +4 -0
  85. data/config/locales/uz.yml +4 -0
  86. data/config/locales/vi.yml +4 -0
  87. data/config/locales/zh-hk.yml +4 -0
  88. data/config/locales/zh-tw.yml +4 -0
  89. data/config/locales/zh.yml +4 -0
  90. data/lib/govuk_publishing_components/presenters/attachment.rb +3 -7
  91. data/lib/govuk_publishing_components/presenters/contextual_navigation.rb +16 -45
  92. data/lib/govuk_publishing_components/version.rb +1 -1
  93. metadata +11 -6
@@ -86,29 +86,20 @@ examples:
86
86
  - text: The Highway Code
87
87
  href: "/guidance/the-highway-code"
88
88
  optional: false
89
- with_brexit_cta:
90
- description: For documents tagged with certain taxons defined in `brexit_cta_taxon_allow_list` we show a custom Brexit call to action element.
89
+ with_ukraine_cta:
90
+ description: For documents tagged to the Ukraine topical event we show a custom 'Ukraine Invasion' call to action element.
91
91
  data:
92
92
  content_item:
93
- title: "Transport news story"
94
- content_id: "3c402d90-fe77-49b9-a8aa-1800d4fc2b3d"
93
+ title: "UK forces arrive to reinforce NATO’s eastern flank"
94
+ content_id: "a342fd46-d801-4c1e-9d8f-f41fba6da563"
95
95
  locale: "en"
96
96
  links:
97
97
  ordered_related_items:
98
- - title: Find an apprenticeship
99
- base_path: /apply-apprenticeship
100
- - title: Training and study at work
101
- base_path: /training-study-work-your-rights
102
- - title: Careers helpline for teenagers
103
- base_path: /careers-helpline-for-teenagers
104
- document_collections:
105
- - title: Recruit an apprentice (formerly apprenticeship vacancies)
106
- base_path: /government/collections/apprenticeship-vacancies
107
- document_type: document_collection
108
- - title: The future of jobs and skills
109
- base_path: /government/collections/the-future-of-jobs-and-skills
110
- document_type: document_collection
111
- taxons:
112
- - content_id: "2f8b848d-23c8-4f42-a41a-df1f81c64d0f"
113
- title: "Exporting"
114
- phase: "live"
98
+ - title: Protecting the UK and promoting a Global Britain
99
+ base_path: "/government/collections/protecting-the-uk-and-promoting-a-global-britain"
100
+ locale: "en"
101
+ topical_events:
102
+ - content_id: "bfa79635-ffda-4b5d-8266-a9cd3a03649c"
103
+ title: "Russian invasion of Ukraine: UK government response"
104
+ base_path: "/government/topical-events/russian-invasion-of-ukraine-uk-government-response"
105
+ locale: "en"
@@ -24,12 +24,19 @@ examples:
24
24
  text: "What is your name?"
25
25
  name: "name"
26
26
  specific_input_type:
27
- description: By default the input will be type="text". This parameter accepts an alternative, e.g. "search" or "email". No validation is done on this input.
27
+ description: By default the input will be `type="text"`. This parameter accepts an alternative, e.g. `search` or `email`. `spellcheck="false"` is the default this can be changed by passing a `true` value. Consider adding `autocomplete`. No validation is done on this input.
28
28
  data:
29
29
  label:
30
30
  text: "What is your email address?"
31
31
  name: "address"
32
32
  type: "email"
33
+ with_autocomplete:
34
+ data:
35
+ label:
36
+ text: "Automatically complete the field with a user's email address (in supporting browsers)"
37
+ name: "name"
38
+ type: "email"
39
+ autocomplete: "email"
33
40
  numeric_input:
34
41
  description: If input is set to `type="number"` we set the component up as described in the [GOV.UK Design System guidance](https://design-system.service.gov.uk/components/text-input/#numbers) adding `inputmode` and `pattern`. These values can be overridden if necessary.
35
42
  data:
@@ -46,11 +53,11 @@ examples:
46
53
  id: "hasid"
47
54
  with_aria_attributes:
48
55
  description: |
49
- The component accepts two possible aria attributes: aria-describedby and aria-controls.
56
+ The component accepts two possible aria attributes: `aria-describedby` and `aria-controls`.
50
57
 
51
- [aria-describedby](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-describedby_attribute) is used to indicate the ID of the element that describes the input. This will be overridden in the event of an error, where the error will be used for the describedby attribute value. This example uses the ID of the main container for demonstration purposes as there aren't any useful elements with IDs in the component guide. In real use this would be passed the ID of an element that correctly described the input.
58
+ [`aria-describedby`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-describedby_attribute) is used to indicate the `ID` of the element that describes the input. This will be overridden in the event of an error, where the error will be used for the `describedby` attribute value. This example uses the `ID` of the main container for demonstration purposes as there aren't any useful elements with `IDs` in the component guide. In real use this would be passed the `ID` of an element that correctly described the input.
52
59
 
53
- aria-controls allows the addition of an aria-controls attribute, for use in places like the finders where the page is updated dynamically after value changes to the input.
60
+ `aria-controls` allows the addition of an `aria-controls` attribute, for use in places like the finders where the page is updated dynamically after value changes to the input.
54
61
  data:
55
62
  label:
56
63
  text: "This is an example only and may not work with a screen reader"
@@ -104,13 +111,6 @@ examples:
104
111
  name: "name"
105
112
  value: "You can't type more"
106
113
  maxlength: 10
107
- with_autocomplete:
108
- data:
109
- label:
110
- text: "Automatically complete the field with a user's email address (in supporting browsers)"
111
- name: "name"
112
- type: "email"
113
- autocomplete: "email"
114
114
  with_custom_width:
115
115
  data:
116
116
  label:
@@ -119,17 +119,20 @@ examples:
119
119
  name: "name"
120
120
  width: 10
121
121
  with_search_icon:
122
+ description: |
123
+ Adds a search icon, [spellcheck](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/spellcheck) can also be added to indicate that the element should be, if possible, checked for spelling errors.
122
124
  data:
123
125
  label:
124
126
  text: "Search the internet"
125
127
  name: "search-box"
126
128
  type: "search"
127
129
  search_icon: true
130
+ spellcheck: true
128
131
  with_label_as_heading:
129
132
  description: |
130
- Wraps the label in a heading tag. Valid options are 1 to 6. To adjust the size of the label/heading, use the `heading_size` option. Valid options are 's', 'm', 'l' and 'xl'.
133
+ Wraps the label in a heading tag. Valid options are `1` to `6`. To adjust the size of the label/heading, use the `heading_size` option. Valid options are `s`, `m`, `l` and `xl`.
131
134
 
132
- Based on the [heading/label pattern](https://design-system.service.gov.uk/patterns/question-pages/) in the Design System.
135
+ Based on the [heading/label pattern](https://design-system.service.gov.uk/patterns/question-pages/) in the GOV.UK Design System.
133
136
  data:
134
137
  label:
135
138
  text: "This is a heading 1 and a label"
@@ -66,7 +66,7 @@ examples:
66
66
  description: |
67
67
  Sets the margin on the bottom of the list element.
68
68
 
69
- The component accepts a number for margin bottom from 0 to 9 (0px to 60px) using the [GOV.UK Frontend spacing scale](https://design-system.service.gov.uk/styles/spacing/#the-responsive-spacing-scale). It defaults to having a 20px margin.
69
+ The component accepts a number for margin bottom from `0` to `9` (`0px` to `60px`) using the [GOV.UK Frontend spacing scale](https://design-system.service.gov.uk/styles/spacing/#the-responsive-spacing-scale). It defaults to having a `20px` margin.
70
70
  data:
71
71
  margin_bottom: 9
72
72
  <<: *default-example-data
@@ -1,6 +1,6 @@
1
1
  name: Summary list
2
2
  description: Use the summary list to summarise information, for example, a user’s responses at the end of a form.
3
- body: This component extends the [Summary list component in the Design System](https://design-system.service.gov.uk/components/summary-list/) allowing the rendering of multiple groups of lists, and actions at the group level.
3
+ body: This component extends the [Summary list component in the GOV.UK Design System](https://design-system.service.gov.uk/components/summary-list/) allowing the rendering of multiple groups of lists, and actions at the group level.
4
4
  accessibility_criteria: |
5
5
  Action links in the component must:
6
6
 
@@ -102,18 +102,13 @@ examples:
102
102
  heading_level: 2
103
103
  heading_size: l
104
104
 
105
- with_edit_on_individual_items:
105
+ with_edit_on_some_individual_items:
106
106
  description: For all links shown in the component, see the <a href="/component-guide/summary_list/with_customised_links">with customised links example</a> for guidance.
107
107
  data:
108
108
  title: "Title, summary and body"
109
109
  items:
110
110
  - field: "Title"
111
111
  value: "Ethical standards for public service providers"
112
- edit:
113
- href: "edit-title"
114
- text: "Edit"
115
- data_attributes:
116
- gtm: "edit-title"
117
112
  - field: "Summary"
118
113
  value: "Find out more about our reviews on the subject of ethical standards for public service providers, including our 2014 report, 2015 guidance and 2018 follow-up publication."
119
114
  edit:
@@ -163,6 +163,10 @@ ar:
163
163
  link_path: "/brexit"
164
164
  link_text: تحقق مما تحتاج إلى القيام به
165
165
  title: برِيكْسِت
166
+ ukraine:
167
+ link_path:
168
+ link_text:
169
+ title:
166
170
  world_locations: المواقع العالمية
167
171
  search_box:
168
172
  input_title: بحث
@@ -159,6 +159,10 @@ az:
159
159
  link_path: "/brexit"
160
160
  link_text: Nələri etməli olduğunuzu yoxlayın
161
161
  title: Brexit
162
+ ukraine:
163
+ link_path:
164
+ link_text:
165
+ title:
162
166
  world_locations: Dünya üzrə yerləri
163
167
  search_box:
164
168
  input_title: Axtar
@@ -166,6 +166,10 @@ be:
166
166
  link_path: "/brexit"
167
167
  link_text: Праверце, што вам трэба зрабіць
168
168
  title: Брэкзiт
169
+ ukraine:
170
+ link_path:
171
+ link_text:
172
+ title:
169
173
  world_locations: Мы ў свеце
170
174
  search_box:
171
175
  input_title: Пошук
@@ -164,6 +164,10 @@ bg:
164
164
  link_path: "/brexit"
165
165
  link_text: Проверете какво трябва да направите
166
166
  title: Брекзит
167
+ ukraine:
168
+ link_path:
169
+ link_text:
170
+ title:
167
171
  world_locations: Местоположения по света
168
172
  search_box:
169
173
  input_title: Търсене
@@ -161,6 +161,10 @@ bn:
161
161
  link_path: "/brexit"
162
162
  link_text: আপনার যা করা প্রয়োজন তা দেখুন
163
163
  title: ব্রেক্সিট
164
+ ukraine:
165
+ link_path:
166
+ link_text:
167
+ title:
164
168
  world_locations: বিশ্বের অবস্থানসমূহ
165
169
  search_box:
166
170
  input_title: খুঁজুন
@@ -165,6 +165,10 @@ cs:
165
165
  link_path: "/brexit"
166
166
  link_text: Zkontrolujte, co je třeba udělat
167
167
  title: Brexit
168
+ ukraine:
169
+ link_path:
170
+ link_text:
171
+ title:
168
172
  world_locations: Místa ve světě
169
173
  search_box:
170
174
  input_title: Vyhledávání
@@ -164,6 +164,10 @@ cy:
164
164
  link_path: "/brexit.cy"
165
165
  link_text: Gwiriwch beth mae angen i chi wneud
166
166
  title: Brexit
167
+ ukraine:
168
+ link_path:
169
+ link_text:
170
+ title:
167
171
  world_locations: Lleoliadau byd-eang
168
172
  search_box:
169
173
  input_title: Chwilio
@@ -161,6 +161,10 @@ da:
161
161
  link_path: "/brexit"
162
162
  link_text: Tjek hvad du skal gøre
163
163
  title: Brexit
164
+ ukraine:
165
+ link_path:
166
+ link_text:
167
+ title:
164
168
  world_locations: Verden Placeringer
165
169
  search_box:
166
170
  input_title: Søge
@@ -164,6 +164,10 @@ de:
164
164
  link_path: "/brexit"
165
165
  link_text: Prüfen Sie, was Sie machen müssen
166
166
  title: Brexit
167
+ ukraine:
168
+ link_path:
169
+ link_text:
170
+ title:
167
171
  world_locations: Weltweite Standorte
168
172
  search_box:
169
173
  input_title: Suche
@@ -162,6 +162,10 @@ dr:
162
162
  link_path: "/brexit"
163
163
  link_text: بیبینید که چه کاری باید انجام دهید
164
164
  title: برکست
165
+ ukraine:
166
+ link_path:
167
+ link_text:
168
+ title:
165
169
  world_locations: موقعیت هایی جهان
166
170
  search_box:
167
171
  input_title: جستجو نمایید
@@ -160,6 +160,10 @@ el:
160
160
  link_path: "/brexit"
161
161
  link_text: Ελέγξτε τι πρέπει να κάνετε
162
162
  title: Brexit
163
+ ukraine:
164
+ link_path:
165
+ link_text:
166
+ title:
163
167
  world_locations: Παγκόσμιες τοποθεσίες
164
168
  search_box:
165
169
  input_title: Αναζήτηση
@@ -177,10 +177,10 @@ en:
177
177
  navigation_search_heading: Search and popular pages
178
178
  navigation_search_subheading: Search
179
179
  popular_links:
180
+ - label: 'Invasion of Ukraine'
181
+ href: "/government/topical-events/russian-invasion-of-ukraine-uk-government-response"
180
182
  - label: 'Coronavirus (COVID-19)'
181
183
  href: "/coronavirus"
182
- - label: 'Brexit: check what you need to do'
183
- href: "/brexit"
184
184
  - label: Find a job
185
185
  href: "/find-a-job"
186
186
  - label: 'Personal tax account: sign in'
@@ -234,6 +234,10 @@ en:
234
234
  link_path: "/brexit"
235
235
  link_text: Check what you need to do
236
236
  title: Brexit
237
+ ukraine:
238
+ link_path: "/government/topical-events/russian-invasion-of-ukraine-uk-government-response"
239
+ link_text: Find out about the UK’s response
240
+ title: Invasion of Ukraine
237
241
  world_locations: World locations
238
242
  search_box:
239
243
  input_title: Search
@@ -160,6 +160,10 @@ es-419:
160
160
  link_path: "/brexit"
161
161
  link_text: Verifique lo que debe hacer
162
162
  title: Brexit
163
+ ukraine:
164
+ link_path:
165
+ link_text:
166
+ title:
163
167
  world_locations: Ubicaciones en el mundo
164
168
  search_box:
165
169
  input_title: Buscar
@@ -160,6 +160,10 @@ es:
160
160
  link_path: "/brexit"
161
161
  link_text: Compruebe lo que necesita hacer
162
162
  title: Brexit
163
+ ukraine:
164
+ link_path:
165
+ link_text:
166
+ title:
163
167
  world_locations: Ubicaciones mundiales
164
168
  search_box:
165
169
  input_title: Buscar
@@ -163,6 +163,10 @@ et:
163
163
  link_path: "/brexit"
164
164
  link_text: Kontrollige, mida peate tegema
165
165
  title: Brexit
166
+ ukraine:
167
+ link_path:
168
+ link_text:
169
+ title:
166
170
  world_locations: Maailma asukohad
167
171
  search_box:
168
172
  input_title: Otsing
@@ -158,6 +158,10 @@ fa:
158
158
  link_path: "/brexit"
159
159
  link_text: آنچه را باید انجام دهید، بررسی کنید
160
160
  title: برگزیت
161
+ ukraine:
162
+ link_path:
163
+ link_text:
164
+ title:
161
165
  world_locations: مکان‌های جهانی
162
166
  search_box:
163
167
  input_title: جستجو
@@ -162,6 +162,10 @@ fi:
162
162
  link_path: "/brexit"
163
163
  link_text: Tarkista, mitä sinun on tehtävä
164
164
  title: Brexit
165
+ ukraine:
166
+ link_path:
167
+ link_text:
168
+ title:
165
169
  world_locations: Maailman sijainnit
166
170
  search_box:
167
171
  input_title: Hae
@@ -160,6 +160,10 @@ fr:
160
160
  link_path: "/brexit"
161
161
  link_text: Vérifiez ce que vous devez faire
162
162
  title: Brexit
163
+ ukraine:
164
+ link_path:
165
+ link_text:
166
+ title:
163
167
  world_locations: Emplacements dans le monde
164
168
  search_box:
165
169
  input_title: Rechercher
@@ -162,6 +162,10 @@ gd:
162
162
  link_path: "/brexit"
163
163
  link_text: Seiceáil cad is gá duit aird a thabhairt air
164
164
  title: Brexit
165
+ ukraine:
166
+ link_path:
167
+ link_text:
168
+ title:
165
169
  world_locations: Áit ar domhan
166
170
  search_box:
167
171
  input_title: Taighde
@@ -160,6 +160,10 @@ gu:
160
160
  link_path: "/brexit"
161
161
  link_text: તમારે શું કરવું પડશે તે તપાસો
162
162
  title: બ્રેક્ઝિટ
163
+ ukraine:
164
+ link_path:
165
+ link_text:
166
+ title:
163
167
  world_locations: વૈશ્વિક લોકેશન્સ
164
168
  search_box:
165
169
  input_title: શોધો
@@ -160,6 +160,10 @@ he:
160
160
  link_path: "/brexit"
161
161
  link_text: בדוק מה אתה צריך לעשות
162
162
  title: " ברקזיט"
163
+ ukraine:
164
+ link_path:
165
+ link_text:
166
+ title:
163
167
  world_locations: מיקומים גלובאליים
164
168
  search_box:
165
169
  input_title: 'חפש '
@@ -160,6 +160,10 @@ hi:
160
160
  link_path: "/brexit"
161
161
  link_text: जांचें कि आपको क्या करना है
162
162
  title: ब्रेक्सिट
163
+ ukraine:
164
+ link_path:
165
+ link_text:
166
+ title:
163
167
  world_locations: वैश्विक स्थान
164
168
  search_box:
165
169
  input_title: खोजें
@@ -162,6 +162,10 @@ hr:
162
162
  link_path: "/brexit"
163
163
  link_text: Provjerite što trebate učiniti
164
164
  title: Brexit
165
+ ukraine:
166
+ link_path:
167
+ link_text:
168
+ title:
165
169
  world_locations: Svjetske lokacije
166
170
  search_box:
167
171
  input_title: Pretraga
@@ -163,6 +163,10 @@ hu:
163
163
  link_path: "/brexit"
164
164
  link_text: Nézze meg, hogy mit kell tennie
165
165
  title: Brexit
166
+ ukraine:
167
+ link_path:
168
+ link_text:
169
+ title:
166
170
  world_locations: Helyszínek a világban
167
171
  search_box:
168
172
  input_title: Keresés
@@ -164,6 +164,10 @@ hy:
164
164
  link_path: "/brexit"
165
165
  link_text: Իմացեք, թե ինչ պետք է անեք
166
166
  title: Brexit
167
+ ukraine:
168
+ link_path:
169
+ link_text:
170
+ title:
167
171
  world_locations: Գտնվելու վայրերը
168
172
  search_box:
169
173
  input_title: Որոնում
@@ -160,6 +160,10 @@ id:
160
160
  link_path: "/brexit"
161
161
  link_text: Periksa apa yang Anda harus lakukan
162
162
  title: Brexit
163
+ ukraine:
164
+ link_path:
165
+ link_text:
166
+ title:
163
167
  world_locations: Lokasi dunia
164
168
  search_box:
165
169
  input_title: Cari
@@ -160,6 +160,10 @@ is:
160
160
  link_path: "/brexit"
161
161
  link_text: Athugaðu hvað þú þarft að gera
162
162
  title: Brexit
163
+ ukraine:
164
+ link_path:
165
+ link_text:
166
+ title:
163
167
  world_locations: Staðsetningar úti um allan heim
164
168
  search_box:
165
169
  input_title: Leita
@@ -160,6 +160,10 @@ it:
160
160
  link_path: "/brexit"
161
161
  link_text: Controlla cosa devi fare
162
162
  title: Brexit
163
+ ukraine:
164
+ link_path:
165
+ link_text:
166
+ title:
163
167
  world_locations: Località del mondo
164
168
  search_box:
165
169
  input_title: Cerca
@@ -156,6 +156,10 @@ ja:
156
156
  link_path: "/brexit"
157
157
  link_text: あなたがする必要があることを確認してください
158
158
  title: Brexit
159
+ ukraine:
160
+ link_path:
161
+ link_text:
162
+ title:
159
163
  world_locations: 世界の場所
160
164
  search_box:
161
165
  input_title: 検索
@@ -163,6 +163,10 @@ ka:
163
163
  link_path: "/brexit"
164
164
  link_text: შეამოწმეთ თუ რა უნდა გააკეთოთ
165
165
  title: ბრექსითის შემოწმება
166
+ ukraine:
167
+ link_path:
168
+ link_text:
169
+ title:
166
170
  world_locations: მსოფლიო ლოკაციები
167
171
  search_box:
168
172
  input_title: ძიება
@@ -160,6 +160,10 @@ kk:
160
160
  link_path: "/brexit"
161
161
  link_text: Не істеу керек екенін қараңыз
162
162
  title: Brexit
163
+ ukraine:
164
+ link_path:
165
+ link_text:
166
+ title:
163
167
  world_locations: Әлемдегі орындар
164
168
  search_box:
165
169
  input_title: Іздеу
@@ -155,6 +155,10 @@ ko:
155
155
  link_path:
156
156
  link_text:
157
157
  title:
158
+ ukraine:
159
+ link_path:
160
+ link_text:
161
+ title:
158
162
  world_locations:
159
163
  search_box:
160
164
  input_title:
@@ -165,6 +165,10 @@ lt:
165
165
  link_path: "/brexit"
166
166
  link_text: Pažiūrėkite, ką turite daryti
167
167
  title: "„Brexitas“ "
168
+ ukraine:
169
+ link_path:
170
+ link_text:
171
+ title:
168
172
  world_locations: Pasaulio vietos
169
173
  search_box:
170
174
  input_title: Ieškoti
@@ -164,6 +164,10 @@ lv:
164
164
  link_path: "/brexit"
165
165
  link_text: Noskaidrojiet, kas jums jāpaveic
166
166
  title: Brexit
167
+ ukraine:
168
+ link_path:
169
+ link_text:
170
+ title:
167
171
  world_locations: Atrašanās vietas pasaulē
168
172
  search_box:
169
173
  input_title: Meklēt
@@ -159,6 +159,10 @@ ms:
159
159
  link_path: "/brexit"
160
160
  link_text: Periksa apa yang perlu anda lakukan
161
161
  title: Brexit
162
+ ukraine:
163
+ link_path:
164
+ link_text:
165
+ title:
162
166
  world_locations: Lokasi dunia
163
167
  search_box:
164
168
  input_title: Carian
@@ -162,6 +162,10 @@ mt:
162
162
  link_path: "/brexit"
163
163
  link_text: Iċċekkja x'għandek bżonn tagħmel
164
164
  title: Brexit
165
+ ukraine:
166
+ link_path:
167
+ link_text:
168
+ title:
165
169
  world_locations: Postijiet fid-dinja
166
170
  search_box:
167
171
  input_title: Fittex
@@ -160,6 +160,10 @@ nl:
160
160
  link_path: "/brexit"
161
161
  link_text: Controleer wat u moet doen
162
162
  title: Brexit
163
+ ukraine:
164
+ link_path:
165
+ link_text:
166
+ title:
163
167
  world_locations: Locaties in de wereld
164
168
  search_box:
165
169
  input_title: Zoeken
@@ -160,6 +160,10 @@
160
160
  link_path: "/brexit"
161
161
  link_text: Sjekk hva du må gjøre
162
162
  title: Brexit
163
+ ukraine:
164
+ link_path:
165
+ link_text:
166
+ title:
163
167
  world_locations: Steder i verden
164
168
  search_box:
165
169
  input_title: Søk
@@ -156,6 +156,10 @@ pa-pk:
156
156
  link_path: "/brexit"
157
157
  link_text: دیکھو جو تہانوں کرن دی لوڑ اے
158
158
  title: Brexit
159
+ ukraine:
160
+ link_path:
161
+ link_text:
162
+ title:
159
163
  world_locations: دُنیا دیاں تھاواں
160
164
  search_box:
161
165
  input_title: کھوج
@@ -160,6 +160,10 @@ pa:
160
160
  link_path: "/brexit"
161
161
  link_text: ਜਾਂਚ ਕਰੋ ਕਿ ਤੁਹਾਨੂੰ ਕੀ ਕਰਨ ਦੀ ਜ਼ਰੂਰਤ ਹੈ
162
162
  title: ਬ੍ਰੈਕਸਿਟ
163
+ ukraine:
164
+ link_path:
165
+ link_text:
166
+ title:
163
167
  world_locations: ਵਿਸ਼ਵ ਸਥਾਨ
164
168
  search_box:
165
169
  input_title: ਖੋਜ