govuk_publishing_components 29.8.0 → 29.11.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (172) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/govuk_publishing_components/analytics/page-content.js +4 -4
  3. data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/gtm-click-tracking.js +33 -23
  4. data/app/assets/javascripts/govuk_publishing_components/components/accordion.js +15 -0
  5. data/app/assets/javascripts/govuk_publishing_components/vendor/lux/lux-measurer.js +18 -9
  6. data/app/assets/javascripts/govuk_publishing_components/vendor/lux/lux-reporter.js +166 -142
  7. data/app/assets/stylesheets/govuk_publishing_components/_all_components_print.scss +1 -0
  8. data/app/assets/stylesheets/govuk_publishing_components/components/_contextual-sidebar.scss +20 -0
  9. data/app/assets/stylesheets/govuk_publishing_components/components/_layout-super-navigation-header.scss +3 -8
  10. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_attachment.scss +7 -1
  11. data/app/assets/stylesheets/govuk_publishing_components/components/print/_organisation-logo.scss +4 -0
  12. data/app/controllers/govuk_publishing_components/audit_controller.rb +3 -2
  13. data/app/controllers/govuk_publishing_components/component_guide_controller.rb +0 -9
  14. data/app/models/govuk_publishing_components/audit_comparer.rb +92 -34
  15. data/app/views/govuk_publishing_components/audit/_applications.html.erb +20 -9
  16. data/app/views/govuk_publishing_components/component_guide/index.html.erb +1 -19
  17. data/app/views/govuk_publishing_components/components/_accordion.html.erb +7 -5
  18. data/app/views/govuk_publishing_components/components/_character_count.html.erb +1 -1
  19. data/app/views/govuk_publishing_components/components/_date_input.html.erb +0 -1
  20. data/app/views/govuk_publishing_components/components/_input.html.erb +0 -2
  21. data/app/views/govuk_publishing_components/components/_layout_footer.html.erb +20 -2
  22. data/app/views/govuk_publishing_components/components/_summary_list.html.erb +4 -5
  23. data/app/views/govuk_publishing_components/components/contextual_sidebar/_ukraine_cta.html.erb +18 -19
  24. data/app/views/govuk_publishing_components/components/docs/accordion.yml +20 -13
  25. data/config/locales/ar.yml +1 -2
  26. data/config/locales/az.yml +1 -2
  27. data/config/locales/be.yml +1 -2
  28. data/config/locales/bg.yml +1 -2
  29. data/config/locales/bn.yml +1 -2
  30. data/config/locales/cs.yml +1 -2
  31. data/config/locales/cy.yml +1 -2
  32. data/config/locales/da.yml +1 -2
  33. data/config/locales/de.yml +1 -2
  34. data/config/locales/dr.yml +1 -2
  35. data/config/locales/el.yml +1 -2
  36. data/config/locales/en.yml +9 -2
  37. data/config/locales/es-419.yml +1 -2
  38. data/config/locales/es.yml +1 -2
  39. data/config/locales/et.yml +1 -2
  40. data/config/locales/fa.yml +1 -2
  41. data/config/locales/fi.yml +1 -2
  42. data/config/locales/fr.yml +1 -2
  43. data/config/locales/gd.yml +1 -2
  44. data/config/locales/gu.yml +1 -2
  45. data/config/locales/he.yml +1 -2
  46. data/config/locales/hi.yml +1 -2
  47. data/config/locales/hr.yml +1 -2
  48. data/config/locales/hu.yml +1 -2
  49. data/config/locales/hy.yml +1 -2
  50. data/config/locales/id.yml +1 -2
  51. data/config/locales/is.yml +1 -2
  52. data/config/locales/it.yml +1 -2
  53. data/config/locales/ja.yml +1 -2
  54. data/config/locales/ka.yml +1 -2
  55. data/config/locales/kk.yml +1 -2
  56. data/config/locales/ko.yml +1 -2
  57. data/config/locales/lt.yml +1 -2
  58. data/config/locales/lv.yml +1 -2
  59. data/config/locales/ms.yml +1 -2
  60. data/config/locales/mt.yml +1 -2
  61. data/config/locales/nl.yml +1 -2
  62. data/config/locales/no.yml +1 -2
  63. data/config/locales/pa-pk.yml +1 -2
  64. data/config/locales/pa.yml +1 -2
  65. data/config/locales/pl.yml +1 -2
  66. data/config/locales/ps.yml +1 -2
  67. data/config/locales/pt.yml +1 -2
  68. data/config/locales/ro.yml +1 -2
  69. data/config/locales/ru.yml +1 -2
  70. data/config/locales/si.yml +1 -2
  71. data/config/locales/sk.yml +1 -2
  72. data/config/locales/sl.yml +1 -2
  73. data/config/locales/so.yml +1 -2
  74. data/config/locales/sq.yml +1 -2
  75. data/config/locales/sr.yml +1 -2
  76. data/config/locales/sv.yml +1 -2
  77. data/config/locales/sw.yml +1 -2
  78. data/config/locales/ta.yml +1 -2
  79. data/config/locales/th.yml +1 -2
  80. data/config/locales/tk.yml +1 -2
  81. data/config/locales/tr.yml +1 -2
  82. data/config/locales/uk.yml +1 -2
  83. data/config/locales/ur.yml +1 -2
  84. data/config/locales/uz.yml +1 -2
  85. data/config/locales/vi.yml +1 -2
  86. data/config/locales/zh-hk.yml +1 -2
  87. data/config/locales/zh-tw.yml +1 -2
  88. data/config/locales/zh.yml +1 -2
  89. data/lib/govuk_publishing_components/presenters/attachment_helper.rb +1 -2
  90. data/lib/govuk_publishing_components/presenters/public_layout_helper.rb +35 -16
  91. data/lib/govuk_publishing_components/version.rb +1 -1
  92. data/node_modules/govuk-frontend/govuk/all.js +120 -49
  93. data/node_modules/govuk-frontend/govuk/components/back-link/macro-options.json +2 -2
  94. data/node_modules/govuk-frontend/govuk/components/breadcrumbs/_index.scss +0 -2
  95. data/node_modules/govuk-frontend/govuk/components/breadcrumbs/macro-options.json +2 -2
  96. data/node_modules/govuk-frontend/govuk/components/button/_index.scss +6 -16
  97. data/node_modules/govuk-frontend/govuk/components/button/macro-options.json +2 -2
  98. data/node_modules/govuk-frontend/govuk/components/character-count/character-count.js +120 -49
  99. data/node_modules/govuk-frontend/govuk/components/character-count/fixtures.json +33 -17
  100. data/node_modules/govuk-frontend/govuk/components/character-count/macro-options.json +2 -2
  101. data/node_modules/govuk-frontend/govuk/components/character-count/template.njk +1 -4
  102. data/node_modules/govuk-frontend/govuk/components/checkboxes/_index.scss +3 -2
  103. data/node_modules/govuk-frontend/govuk/components/checkboxes/fixtures.json +22 -10
  104. data/node_modules/govuk-frontend/govuk/components/checkboxes/macro-options.json +2 -2
  105. data/node_modules/govuk-frontend/govuk/components/date-input/fixtures.json +23 -23
  106. data/node_modules/govuk-frontend/govuk/components/date-input/template.njk +1 -1
  107. data/node_modules/govuk-frontend/govuk/components/details/macro-options.json +4 -4
  108. data/node_modules/govuk-frontend/govuk/components/error-message/macro-options.json +2 -2
  109. data/node_modules/govuk-frontend/govuk/components/error-summary/macro-options.json +3 -3
  110. data/node_modules/govuk-frontend/govuk/components/fieldset/macro-options.json +2 -2
  111. data/node_modules/govuk-frontend/govuk/components/footer/_index.scss +12 -22
  112. data/node_modules/govuk-frontend/govuk/components/header/_index.scss +13 -3
  113. data/node_modules/govuk-frontend/govuk/components/header/macro-options.json +2 -2
  114. data/node_modules/govuk-frontend/govuk/components/hint/macro-options.json +2 -2
  115. data/node_modules/govuk-frontend/govuk/components/input/_index.scss +4 -13
  116. data/node_modules/govuk-frontend/govuk/components/input/macro-options.json +5 -5
  117. data/node_modules/govuk-frontend/govuk/components/inset-text/macro-options.json +2 -2
  118. data/node_modules/govuk-frontend/govuk/components/label/macro-options.json +2 -2
  119. data/node_modules/govuk-frontend/govuk/components/panel/_index.scss +1 -1
  120. data/node_modules/govuk-frontend/govuk/components/panel/macro-options.json +4 -4
  121. data/node_modules/govuk-frontend/govuk/components/phase-banner/macro-options.json +2 -2
  122. data/node_modules/govuk-frontend/govuk/components/radios/_index.scss +5 -4
  123. data/node_modules/govuk-frontend/govuk/components/radios/fixtures.json +17 -12
  124. data/node_modules/govuk-frontend/govuk/components/radios/macro-options.json +2 -2
  125. data/node_modules/govuk-frontend/govuk/components/skip-link/_index.scss +1 -3
  126. data/node_modules/govuk-frontend/govuk/components/skip-link/macro-options.json +2 -2
  127. data/node_modules/govuk-frontend/govuk/components/summary-list/macro-options.json +5 -5
  128. data/node_modules/govuk-frontend/govuk/components/table/macro-options.json +4 -4
  129. data/node_modules/govuk-frontend/govuk/components/tabs/macro-options.json +2 -2
  130. data/node_modules/govuk-frontend/govuk/components/tag/macro-options.json +2 -2
  131. data/node_modules/govuk-frontend/govuk/components/warning-text/macro-options.json +2 -2
  132. data/node_modules/govuk-frontend/govuk/helpers/_colour.scss +3 -3
  133. data/node_modules/govuk-frontend/govuk/helpers/_links.scss +7 -5
  134. data/node_modules/govuk-frontend/govuk/helpers/_media-queries.scss +2 -2
  135. data/node_modules/govuk-frontend/govuk/helpers/_shape-arrow.scss +1 -1
  136. data/node_modules/govuk-frontend/govuk/helpers/_spacing.scss +3 -3
  137. data/node_modules/govuk-frontend/govuk/helpers/_typography.scss +2 -2
  138. data/node_modules/govuk-frontend/govuk/objects/_button-group.scss +10 -26
  139. data/node_modules/govuk-frontend/govuk/objects/_template.scss +1 -1
  140. data/node_modules/govuk-frontend/govuk/objects/_width-container.scss +0 -4
  141. data/node_modules/govuk-frontend/govuk/tools/_exports.scss +1 -1
  142. data/node_modules/govuk-frontend/govuk/tools/_font-url.scss +1 -1
  143. data/node_modules/govuk-frontend/govuk/tools/_image-url.scss +1 -1
  144. data/node_modules/govuk-frontend/govuk/tools/_px-to-em.scss +2 -2
  145. data/node_modules/govuk-frontend/govuk/tools/_px-to-rem.scss +1 -1
  146. data/node_modules/govuk-frontend/govuk-esm/all.mjs +88 -0
  147. data/node_modules/govuk-frontend/govuk-esm/common.mjs +28 -0
  148. data/node_modules/govuk-frontend/govuk-esm/components/accordion/accordion.mjs +374 -0
  149. data/node_modules/govuk-frontend/govuk-esm/components/button/button.mjs +64 -0
  150. data/node_modules/govuk-frontend/govuk-esm/components/character-count/character-count.mjs +251 -0
  151. data/node_modules/govuk-frontend/govuk-esm/components/checkboxes/checkboxes.mjs +164 -0
  152. data/node_modules/govuk-frontend/govuk-esm/components/details/details.mjs +147 -0
  153. data/node_modules/govuk-frontend/govuk-esm/components/error-summary/error-summary.mjs +168 -0
  154. data/node_modules/govuk-frontend/govuk-esm/components/header/header.mjs +52 -0
  155. data/node_modules/govuk-frontend/govuk-esm/components/notification-banner/notification-banner.mjs +55 -0
  156. data/node_modules/govuk-frontend/govuk-esm/components/radios/radios.mjs +122 -0
  157. data/node_modules/govuk-frontend/govuk-esm/components/skip-link/skip-link.mjs +94 -0
  158. data/node_modules/govuk-frontend/govuk-esm/components/tabs/tabs.mjs +282 -0
  159. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/DOMTokenList.js +264 -0
  160. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Document.js +26 -0
  161. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/classList.js +93 -0
  162. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/closest.js +24 -0
  163. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/matches.js +23 -0
  164. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/nextElementSibling.js +22 -0
  165. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/previousElementSibling.js +22 -0
  166. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element.js +114 -0
  167. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Event.js +252 -0
  168. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Function/prototype/bind.js +159 -0
  169. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Object/defineProperty.js +86 -0
  170. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Window.js +20 -0
  171. data/node_modules/govuk-frontend/package.json +8 -1
  172. metadata +28 -3
@@ -189,10 +189,17 @@ examples:
189
189
 
190
190
  Each item can also have a `data_attributes` hash. These `data_attributes` are placed on the `button` that triggers the opening and closing - useful for differentiating between each section of the accordion.
191
191
 
192
+ Data attributes can also be added to the 'Show/hide all' link using the `data_attributes_show_all` option, primarily where custom tracking is required. These attributes are read from the accordion markup and then added to the link by JavaScript (which is how the link is created).
192
193
  data:
193
194
  data_attributes:
194
195
  gtm: gtm-accordion
195
196
  ga: ga-accordion
197
+ data_attributes_show_all:
198
+ module: example
199
+ track-action: click
200
+ ui:
201
+ type: test
202
+ text: something
196
203
  items:
197
204
  - heading:
198
205
  text: Writing well for the web
@@ -277,13 +284,13 @@ examples:
277
284
  html: <p class="govuk-body">This is the content for How people read.</p>
278
285
  with_the_anchor_link_navigation:
279
286
  description: |
280
- Some apps require custom `id`s per accordion section heading. Custom `id`s allow you to link section headings, sometimes across multiple pages.
281
-
287
+ Some apps require custom `id`s per accordion section heading. Custom `id`s allow you to link section headings, sometimes across multiple pages.
288
+
282
289
  For example on [guidance pages for Content Designers, referred to as "manuals",](https://www.gov.uk/guidance/how-to-publish-on-gov-uk/creating-and-updating-pages#associations) each manual includes multiple sets of accordions and will reference between specific sections to easily access content.
283
290
 
284
- Using the same rules, custom `id`s automatically open accordions when users click within another accordion that links to either
291
+ Using the same rules, custom `id`s automatically open accordions when users click within another accordion that links to either
285
292
 
286
- * the `id` of an accordion section heading
293
+ * the `id` of an accordion section heading
287
294
  * an `id` within the content of an accordion (this will also automatically navigate to and open accordions on page load)
288
295
 
289
296
  This feature will only be used if the `anchor_navigation` flag is passed as `true`. This mitigates performance risk from event listeners on a large number of links.
@@ -294,13 +301,13 @@ examples:
294
301
  items:
295
302
  - heading:
296
303
  text: Writing well for the web
297
- id: writing-well-for-the-web
304
+ id: writing-well-for-the-web-1
298
305
  content:
299
- html: <p class="govuk-body">This is content for accordion 1 of 2</p><p class="govuk-body">This content contains a <a href="#anchor-nav-test" class="govuk-link">link</a></p>
306
+ html: <p class="govuk-body">This is content for accordion 1 of 2</p><p class="govuk-body">This content contains a <a href="#anchor-nav-test-1" class="govuk-link">link</a></p>
300
307
  - heading:
301
308
  text: Writing well for specialists
302
309
  content:
303
- html: <p class="govuk-body" id="anchor-nav-test">This is content for accordion 2 of 2</p>
310
+ html: <p class="govuk-body" id="anchor-nav-test-1">This is content for accordion 2 of 2</p>
304
311
  - heading:
305
312
  text: Know your audience
306
313
  content:
@@ -312,31 +319,31 @@ examples:
312
319
  with_track_show_all_clicks:
313
320
  description: |
314
321
  To switch on Google Analytics for the "Show all sections" button on click, pass `track_show_all_clicks: true` the values passed on open will be
315
- `Event Action: accordionOpened` `Event Category: pageElementInteraction` `Event Label: Show all sections`
322
+ `Event Action: accordionOpened` `Event Category: pageElementInteraction` `Event Label: Show all sections`
316
323
  data:
317
324
  track_show_all_clicks: true
318
325
  items:
319
326
  - heading:
320
327
  text: Writing well for the web
321
- id: writing-well-for-the-web
328
+ id: writing-well-for-the-web-2
322
329
  content:
323
- html: <p class="govuk-body">This is content for accordion 1 of 2</p><p class="govuk-body">This content contains a <a href="#anchor-nav-test" class="govuk-link">link</a></p>
330
+ html: <p class="govuk-body">This is content for accordion 1 of 2</p>
324
331
  - heading:
325
332
  text: Writing well for specialists
326
333
  content:
327
- html: <p class="govuk-body" id="anchor-nav-test">This is content for accordion 2 of 2</p>
334
+ html: <p class="govuk-body">This is content for accordion 2 of 2</p>
328
335
  with_track_sections:
329
336
  description: |
330
337
  To switch on Google Analytics for each section, on click, pass `track_sections: true` the values passed on open will be
331
338
  `Event Action: accordionOpened` / `accordionClosed` `Event Category: pageElementInteraction` and the `Event Label` being the heading text.
332
-
339
+
333
340
  (`track_show_all_clicks: true` can be added to track the "Show all sections" button as well, if required)
334
341
  data:
335
342
  track_sections: true
336
343
  items:
337
344
  - heading:
338
345
  text: Writing well for the web
339
- id: writing-well-for-the-web
346
+ id: writing-well-for-the-web-3
340
347
  content:
341
348
  html: <p class="govuk-body">This is content for accordion 1 of 2</p><p class="govuk-body">This content contains a <a href="#anchor-nav-test" class="govuk-link">link</a></p>
342
349
  - heading:
@@ -165,9 +165,8 @@ ar:
165
165
  link_text: تحقق مما تحتاج إلى القيام به
166
166
  title: برِيكْسِت
167
167
  ukraine:
168
- link_path:
169
- link_text:
170
168
  title:
169
+ links:
171
170
  world_locations: المواقع العالمية
172
171
  search_box:
173
172
  input_title: بحث
@@ -161,9 +161,8 @@ az:
161
161
  link_text: Nələri etməli olduğunuzu yoxlayın
162
162
  title: Brexit
163
163
  ukraine:
164
- link_path:
165
- link_text:
166
164
  title:
165
+ links:
167
166
  world_locations: Dünya üzrə yerləri
168
167
  search_box:
169
168
  input_title: Axtar
@@ -168,9 +168,8 @@ be:
168
168
  link_text: Праверце, што вам трэба зрабіць
169
169
  title: Брэкзiт
170
170
  ukraine:
171
- link_path:
172
- link_text:
173
171
  title:
172
+ links:
174
173
  world_locations: Мы ў свеце
175
174
  search_box:
176
175
  input_title: Пошук
@@ -166,9 +166,8 @@ bg:
166
166
  link_text: Проверете какво трябва да направите
167
167
  title: Брекзит
168
168
  ukraine:
169
- link_path:
170
- link_text:
171
169
  title:
170
+ links:
172
171
  world_locations: Местоположения по света
173
172
  search_box:
174
173
  input_title: Търсене
@@ -163,9 +163,8 @@ bn:
163
163
  link_text: আপনার যা করা প্রয়োজন তা দেখুন
164
164
  title: ব্রেক্সিট
165
165
  ukraine:
166
- link_path:
167
- link_text:
168
166
  title:
167
+ links:
169
168
  world_locations: বিশ্বের অবস্থানসমূহ
170
169
  search_box:
171
170
  input_title: খুঁজুন
@@ -167,9 +167,8 @@ cs:
167
167
  link_text: Zkontrolujte, co je třeba udělat
168
168
  title: Brexit
169
169
  ukraine:
170
- link_path:
171
- link_text:
172
170
  title:
171
+ links:
173
172
  world_locations: Místa ve světě
174
173
  search_box:
175
174
  input_title: Vyhledávání
@@ -166,9 +166,8 @@ cy:
166
166
  link_text: Gwiriwch beth mae angen i chi wneud
167
167
  title: Brexit
168
168
  ukraine:
169
- link_path:
170
- link_text:
171
169
  title:
170
+ links:
172
171
  world_locations: Lleoliadau byd-eang
173
172
  search_box:
174
173
  input_title: Chwilio
@@ -163,9 +163,8 @@ da:
163
163
  link_text: Tjek hvad du skal gøre
164
164
  title: Brexit
165
165
  ukraine:
166
- link_path:
167
- link_text:
168
166
  title:
167
+ links:
169
168
  world_locations: Verden Placeringer
170
169
  search_box:
171
170
  input_title: Søge
@@ -166,9 +166,8 @@ de:
166
166
  link_text: Prüfen Sie, was Sie machen müssen
167
167
  title: Brexit
168
168
  ukraine:
169
- link_path:
170
- link_text:
171
169
  title:
170
+ links:
172
171
  world_locations: Weltweite Standorte
173
172
  search_box:
174
173
  input_title: Suche
@@ -164,9 +164,8 @@ dr:
164
164
  link_text: بیبینید که چه کاری باید انجام دهید
165
165
  title: برکست
166
166
  ukraine:
167
- link_path:
168
- link_text:
169
167
  title:
168
+ links:
170
169
  world_locations: موقعیت هایی جهان
171
170
  search_box:
172
171
  input_title: جستجو نمایید
@@ -162,9 +162,8 @@ el:
162
162
  link_text: Ελέγξτε τι πρέπει να κάνετε
163
163
  title: Brexit
164
164
  ukraine:
165
- link_path:
166
- link_text:
167
165
  title:
166
+ links:
168
167
  world_locations: Παγκόσμιες τοποθεσίες
169
168
  search_box:
170
169
  input_title: Αναζήτηση
@@ -286,9 +286,16 @@ en:
286
286
  link_text: Check what you need to do
287
287
  title: Brexit
288
288
  ukraine:
289
- link_path: "https://ukstandswithukraine.campaign.gov.uk/"
290
- link_text: Find out about the UK’s response
291
289
  title: Invasion of Ukraine
290
+ links:
291
+ - label: "UK visa support for Ukrainian nationals"
292
+ href: "https://www.gov.uk/guidance/support-for-family-members-of-british-nationals-in-ukraine-and-ukrainian-nationals-in-ukraine-and-the-uk"
293
+ - label: "Move to the UK if you're coming from Ukraine"
294
+ href: "https://www.gov.uk/guidance/move-to-the-uk-if-youre-from-ukraine"
295
+ - label: "Homes for Ukraine: record your interest"
296
+ href: "https://www.gov.uk/register-interest-homes-ukraine"
297
+ - label: "Find out about the UK’s response"
298
+ href: "https://ukstandswithukraine.campaign.gov.uk/"
292
299
  world_locations: World locations
293
300
  search_box:
294
301
  input_title: Search
@@ -162,9 +162,8 @@ es-419:
162
162
  link_text: Verifique lo que debe hacer
163
163
  title: Brexit
164
164
  ukraine:
165
- link_path:
166
- link_text:
167
165
  title:
166
+ links:
168
167
  world_locations: Ubicaciones en el mundo
169
168
  search_box:
170
169
  input_title: Buscar
@@ -162,9 +162,8 @@ es:
162
162
  link_text: Compruebe lo que necesita hacer
163
163
  title: Brexit
164
164
  ukraine:
165
- link_path:
166
- link_text:
167
165
  title:
166
+ links:
168
167
  world_locations: Ubicaciones mundiales
169
168
  search_box:
170
169
  input_title: Buscar
@@ -165,9 +165,8 @@ et:
165
165
  link_text: Kontrollige, mida peate tegema
166
166
  title: Brexit
167
167
  ukraine:
168
- link_path:
169
- link_text:
170
168
  title:
169
+ links:
171
170
  world_locations: Maailma asukohad
172
171
  search_box:
173
172
  input_title: Otsing
@@ -160,9 +160,8 @@ fa:
160
160
  link_text: آنچه را باید انجام دهید، بررسی کنید
161
161
  title: برگزیت
162
162
  ukraine:
163
- link_path:
164
- link_text:
165
163
  title:
164
+ links:
166
165
  world_locations: مکان‌های جهانی
167
166
  search_box:
168
167
  input_title: جستجو
@@ -164,9 +164,8 @@ fi:
164
164
  link_text: Tarkista, mitä sinun on tehtävä
165
165
  title: Brexit
166
166
  ukraine:
167
- link_path:
168
- link_text:
169
167
  title:
168
+ links:
170
169
  world_locations: Maailman sijainnit
171
170
  search_box:
172
171
  input_title: Hae
@@ -162,9 +162,8 @@ fr:
162
162
  link_text: Vérifiez ce que vous devez faire
163
163
  title: Brexit
164
164
  ukraine:
165
- link_path:
166
- link_text:
167
165
  title:
166
+ links:
168
167
  world_locations: Emplacements dans le monde
169
168
  search_box:
170
169
  input_title: Rechercher
@@ -164,9 +164,8 @@ gd:
164
164
  link_text: Seiceáil cad is gá duit aird a thabhairt air
165
165
  title: Brexit
166
166
  ukraine:
167
- link_path:
168
- link_text:
169
167
  title:
168
+ links:
170
169
  world_locations: Áit ar domhan
171
170
  search_box:
172
171
  input_title: Taighde
@@ -162,9 +162,8 @@ gu:
162
162
  link_text: તમારે શું કરવું પડશે તે તપાસો
163
163
  title: બ્રેક્ઝિટ
164
164
  ukraine:
165
- link_path:
166
- link_text:
167
165
  title:
166
+ links:
168
167
  world_locations: વૈશ્વિક લોકેશન્સ
169
168
  search_box:
170
169
  input_title: શોધો
@@ -162,9 +162,8 @@ he:
162
162
  link_text: בדוק מה אתה צריך לעשות
163
163
  title: " ברקזיט"
164
164
  ukraine:
165
- link_path:
166
- link_text:
167
165
  title:
166
+ links:
168
167
  world_locations: מיקומים גלובאליים
169
168
  search_box:
170
169
  input_title: 'חפש '
@@ -162,9 +162,8 @@ hi:
162
162
  link_text: जांचें कि आपको क्या करना है
163
163
  title: ब्रेक्सिट
164
164
  ukraine:
165
- link_path:
166
- link_text:
167
165
  title:
166
+ links:
168
167
  world_locations: वैश्विक स्थान
169
168
  search_box:
170
169
  input_title: खोजें
@@ -164,9 +164,8 @@ hr:
164
164
  link_text: Provjerite što trebate učiniti
165
165
  title: Brexit
166
166
  ukraine:
167
- link_path:
168
- link_text:
169
167
  title:
168
+ links:
170
169
  world_locations: Svjetske lokacije
171
170
  search_box:
172
171
  input_title: Pretraga
@@ -165,9 +165,8 @@ hu:
165
165
  link_text: Nézze meg, hogy mit kell tennie
166
166
  title: Brexit
167
167
  ukraine:
168
- link_path:
169
- link_text:
170
168
  title:
169
+ links:
171
170
  world_locations: Helyszínek a világban
172
171
  search_box:
173
172
  input_title: Keresés
@@ -166,9 +166,8 @@ hy:
166
166
  link_text: Իմացեք, թե ինչ պետք է անեք
167
167
  title: Brexit
168
168
  ukraine:
169
- link_path:
170
- link_text:
171
169
  title:
170
+ links:
172
171
  world_locations: Գտնվելու վայրերը
173
172
  search_box:
174
173
  input_title: Որոնում
@@ -162,9 +162,8 @@ id:
162
162
  link_text: Periksa apa yang Anda harus lakukan
163
163
  title: Brexit
164
164
  ukraine:
165
- link_path:
166
- link_text:
167
165
  title:
166
+ links:
168
167
  world_locations: Lokasi dunia
169
168
  search_box:
170
169
  input_title: Cari
@@ -162,9 +162,8 @@ is:
162
162
  link_text: Athugaðu hvað þú þarft að gera
163
163
  title: Brexit
164
164
  ukraine:
165
- link_path:
166
- link_text:
167
165
  title:
166
+ links:
168
167
  world_locations: Staðsetningar úti um allan heim
169
168
  search_box:
170
169
  input_title: Leita
@@ -162,9 +162,8 @@ it:
162
162
  link_text: Controlla cosa devi fare
163
163
  title: Brexit
164
164
  ukraine:
165
- link_path:
166
- link_text:
167
165
  title:
166
+ links:
168
167
  world_locations: Località del mondo
169
168
  search_box:
170
169
  input_title: Cerca
@@ -158,9 +158,8 @@ ja:
158
158
  link_text: あなたがする必要があることを確認してください
159
159
  title: Brexit
160
160
  ukraine:
161
- link_path:
162
- link_text:
163
161
  title:
162
+ links:
164
163
  world_locations: 世界の場所
165
164
  search_box:
166
165
  input_title: 検索
@@ -165,9 +165,8 @@ ka:
165
165
  link_text: შეამოწმეთ თუ რა უნდა გააკეთოთ
166
166
  title: ბრექსითის შემოწმება
167
167
  ukraine:
168
- link_path:
169
- link_text:
170
168
  title:
169
+ links:
171
170
  world_locations: მსოფლიო ლოკაციები
172
171
  search_box:
173
172
  input_title: ძიება
@@ -162,9 +162,8 @@ kk:
162
162
  link_text: Не істеу керек екенін қараңыз
163
163
  title: Brexit
164
164
  ukraine:
165
- link_path:
166
- link_text:
167
165
  title:
166
+ links:
168
167
  world_locations: Әлемдегі орындар
169
168
  search_box:
170
169
  input_title: Іздеу
@@ -157,9 +157,8 @@ ko:
157
157
  link_text:
158
158
  title:
159
159
  ukraine:
160
- link_path:
161
- link_text:
162
160
  title:
161
+ links:
163
162
  world_locations:
164
163
  search_box:
165
164
  input_title:
@@ -167,9 +167,8 @@ lt:
167
167
  link_text: Pažiūrėkite, ką turite daryti
168
168
  title: "„Brexitas“ "
169
169
  ukraine:
170
- link_path:
171
- link_text:
172
170
  title:
171
+ links:
173
172
  world_locations: Pasaulio vietos
174
173
  search_box:
175
174
  input_title: Ieškoti
@@ -166,9 +166,8 @@ lv:
166
166
  link_text: Noskaidrojiet, kas jums jāpaveic
167
167
  title: Brexit
168
168
  ukraine:
169
- link_path:
170
- link_text:
171
169
  title:
170
+ links:
172
171
  world_locations: Atrašanās vietas pasaulē
173
172
  search_box:
174
173
  input_title: Meklēt
@@ -161,9 +161,8 @@ ms:
161
161
  link_text: Periksa apa yang perlu anda lakukan
162
162
  title: Brexit
163
163
  ukraine:
164
- link_path:
165
- link_text:
166
164
  title:
165
+ links:
167
166
  world_locations: Lokasi dunia
168
167
  search_box:
169
168
  input_title: Carian
@@ -164,9 +164,8 @@ mt:
164
164
  link_text: Iċċekkja x'għandek bżonn tagħmel
165
165
  title: Brexit
166
166
  ukraine:
167
- link_path:
168
- link_text:
169
167
  title:
168
+ links:
170
169
  world_locations: Postijiet fid-dinja
171
170
  search_box:
172
171
  input_title: Fittex
@@ -162,9 +162,8 @@ nl:
162
162
  link_text: Controleer wat u moet doen
163
163
  title: Brexit
164
164
  ukraine:
165
- link_path:
166
- link_text:
167
165
  title:
166
+ links:
168
167
  world_locations: Locaties in de wereld
169
168
  search_box:
170
169
  input_title: Zoeken
@@ -162,9 +162,8 @@
162
162
  link_text: Sjekk hva du må gjøre
163
163
  title: Brexit
164
164
  ukraine:
165
- link_path:
166
- link_text:
167
165
  title:
166
+ links:
168
167
  world_locations: Steder i verden
169
168
  search_box:
170
169
  input_title: Søk
@@ -158,9 +158,8 @@ pa-pk:
158
158
  link_text: دیکھو جو تہانوں کرن دی لوڑ اے
159
159
  title: Brexit
160
160
  ukraine:
161
- link_path:
162
- link_text:
163
161
  title:
162
+ links:
164
163
  world_locations: دُنیا دیاں تھاواں
165
164
  search_box:
166
165
  input_title: کھوج
@@ -162,9 +162,8 @@ pa:
162
162
  link_text: ਜਾਂਚ ਕਰੋ ਕਿ ਤੁਹਾਨੂੰ ਕੀ ਕਰਨ ਦੀ ਜ਼ਰੂਰਤ ਹੈ
163
163
  title: ਬ੍ਰੈਕਸਿਟ
164
164
  ukraine:
165
- link_path:
166
- link_text:
167
165
  title:
166
+ links:
168
167
  world_locations: ਵਿਸ਼ਵ ਸਥਾਨ
169
168
  search_box:
170
169
  input_title: ਖੋਜ
@@ -166,9 +166,8 @@ pl:
166
166
  link_text: Sprawdź, co musisz zrobić
167
167
  title: Brexit
168
168
  ukraine:
169
- link_path:
170
- link_text:
171
169
  title:
170
+ links:
172
171
  world_locations: Miejsca na świecie
173
172
  search_box:
174
173
  input_title: Szukaj
@@ -159,9 +159,8 @@ ps:
159
159
  link_text: وګورئ چې تاسو څه کولو ته اړتیا لرئ
160
160
  title: بریکسیټ
161
161
  ukraine:
162
- link_path:
163
- link_text:
164
162
  title:
163
+ links:
165
164
  world_locations: د نړۍ موقعیتونه
166
165
  search_box:
167
166
  input_title: لټون
@@ -162,9 +162,8 @@ pt:
162
162
  link_text: Verifique o que precisa de fazer
163
163
  title: Brexit
164
164
  ukraine:
165
- link_path:
166
- link_text:
167
165
  title:
166
+ links:
168
167
  world_locations: Locais mundiais
169
168
  search_box:
170
169
  input_title: Pesquisar
@@ -163,9 +163,8 @@ ro:
163
163
  link_text: Verificați ce trebuie să faceți
164
164
  title: Brexit
165
165
  ukraine:
166
- link_path:
167
- link_text:
168
166
  title:
167
+ links:
169
168
  world_locations: Locații pe glob
170
169
  search_box:
171
170
  input_title: Căutați
@@ -166,9 +166,8 @@ ru:
166
166
  link_text: Проверьте, что вам нужно сделать
167
167
  title: Брексит
168
168
  ukraine:
169
- link_path:
170
- link_text:
171
169
  title:
170
+ links:
172
171
  world_locations: Места нахождения по миру
173
172
  search_box:
174
173
  input_title: Поиск
@@ -162,9 +162,8 @@ si:
162
162
  link_text: ඔබ කළ යුතු දේ පරීක්ෂා කරන්න
163
163
  title: බ්රෙක්සිට්
164
164
  ukraine:
165
- link_path:
166
- link_text:
167
165
  title:
166
+ links:
168
167
  world_locations: ලෝක ස්ථාන
169
168
  search_box:
170
169
  input_title: සොයන්න