@eeacms/volto-cca-policy 1.0.27 → 1.0.28

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.
Files changed (32) hide show
  1. package/CHANGELOG.md +136 -1
  2. package/locales/bg/LC_MESSAGES/volto.po +10 -0
  3. package/locales/cs/LC_MESSAGES/volto.po +10 -0
  4. package/locales/da/LC_MESSAGES/volto.po +10 -0
  5. package/locales/de/LC_MESSAGES/volto.po +10 -0
  6. package/locales/el/LC_MESSAGES/volto.po +10 -0
  7. package/locales/en/LC_MESSAGES/volto.po +10 -0
  8. package/locales/es/LC_MESSAGES/volto.po +10 -0
  9. package/locales/et/LC_MESSAGES/volto.po +10 -0
  10. package/locales/fi/LC_MESSAGES/volto.po +10 -0
  11. package/locales/fr/LC_MESSAGES/volto.po +10 -0
  12. package/locales/ga/LC_MESSAGES/volto.po +10 -0
  13. package/locales/hr/LC_MESSAGES/volto.po +10 -0
  14. package/locales/hu/LC_MESSAGES/volto.po +10 -0
  15. package/locales/is/LC_MESSAGES/volto.po +10 -0
  16. package/locales/it/LC_MESSAGES/volto.po +10 -0
  17. package/locales/lt/LC_MESSAGES/volto.po +10 -0
  18. package/locales/lv/LC_MESSAGES/volto.po +10 -0
  19. package/locales/mt/LC_MESSAGES/volto.po +10 -0
  20. package/locales/nl/LC_MESSAGES/volto.po +10 -0
  21. package/locales/nn/LC_MESSAGES/volto.po +10 -0
  22. package/locales/pl/LC_MESSAGES/volto.po +10 -0
  23. package/locales/pt/LC_MESSAGES/volto.po +10 -0
  24. package/locales/ro/LC_MESSAGES/volto.po +10 -0
  25. package/locales/sk/LC_MESSAGES/volto.po +10 -0
  26. package/locales/sl/LC_MESSAGES/volto.po +10 -0
  27. package/locales/sv/LC_MESSAGES/volto.po +10 -0
  28. package/locales/tr/LC_MESSAGES/volto.po +10 -0
  29. package/locales/volto.pot +11 -1
  30. package/package.json +1 -1
  31. package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueContentView.jsx +26 -1
  32. package/theme/globals/navigator.less +10 -0
package/CHANGELOG.md CHANGED
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ ### [1.0.28](https://github.com/eea/volto-cca-policy/compare/1.0.27...1.0.28) - 22 September 2026
8
+
9
+ #### :rocket: New Features
10
+
11
+ - feat(navigator): add result count display for tools in catalogue - refs #304610 [kreafox - [`bc6c1bf`](https://github.com/eea/volto-cca-policy/commit/bc6c1bf246bd33f28a8871c1c2a7e9ac16e127db)]
12
+
13
+ #### :hammer_and_wrench: Others
14
+
15
+ - core(i18n): update locales [kreafox - [`0d0c37b`](https://github.com/eea/volto-cca-policy/commit/0d0c37bc3a0c8bebff215694483c28dd7864a498)]
7
16
  ### [1.0.27](https://github.com/eea/volto-cca-policy/compare/1.0.26...1.0.27) - 21 September 2026
8
17
 
9
18
  #### :bug: Bug Fixes
@@ -472,8 +481,134 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
472
481
  #### :hammer_and_wrench: Others
473
482
 
474
483
  - test: pin Chromium version 149 to work with Cypress [valentinab25 - [`659ec82`](https://github.com/eea/volto-cca-policy/commit/659ec823dd71fe592a3a7accda22effbe1fb07bc)]
475
- ## [1.0.0](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.27...1.0.0) - 12 June 2026
484
+ ## [1.0.0](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.28...1.0.0) - 12 June 2026
485
+
486
+ ### [1.0.0-alpha.28](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.27...1.0.0-alpha.28) - 21 September 2026
487
+
488
+ #### :rocket: New Features
489
+
490
+ - feat(navigator): implement TagOverflowPopup component and replace Popup in navigator [kreafox - [`91d7774`](https://github.com/eea/volto-cca-policy/commit/91d7774c16b537fd8fb579603d6d169d2bb1fb37)]
491
+ - feat(navigator): implement TagOverflowPopup component and replace Popup in navigator [kreafox - [`42a66c8`](https://github.com/eea/volto-cca-policy/commit/42a66c826f2e19ebd0102fc05a2df5ccd1648f14)]
492
+ - feat: add keywords to NavigatorCatalogueCardItem - refs #304610 [kreafox - [`a9bb56c`](https://github.com/eea/volto-cca-policy/commit/a9bb56c936722f2cb6cd02e8720a3a63f3c5449f)]
493
+ - feat: add keywords to NavigatorCatalogueCardItem - refs #304610 [kreafox - [`59b7ffa`](https://github.com/eea/volto-cca-policy/commit/59b7ffab2491e9fc2f42b19b59cce05c7fef3552)]
494
+ - feat: add data sources and tool validation use sections to ExtendedToolView - refs #304611 [kreafox - [`c942834`](https://github.com/eea/volto-cca-policy/commit/c94283422769d56c513da94f8cf233d25d49b29c)]
495
+ - feat: add data sources and tool validation use sections to ExtendedToolView - refs #304611 [kreafox - [`44c0511`](https://github.com/eea/volto-cca-policy/commit/44c0511893eb16970466c52bbd94e01a79bd4685)]
496
+ - feat: enhance comparison table with new output type and adaptation support cycle step features [kreafox - [`e8e9069`](https://github.com/eea/volto-cca-policy/commit/e8e90690eaf2dd03199f3283bd28c273e11df535)]
497
+ - feat: enhance comparison table with new output type and adaptation support cycle step features [kreafox - [`40e56ad`](https://github.com/eea/volto-cca-policy/commit/40e56adb144e283ce18bf36e87db5c36f286ab9c)]
498
+ - feat: replace Cities label with Municipalities & other [Tiberiu Ichim - [`7e6a61c`](https://github.com/eea/volto-cca-policy/commit/7e6a61c17bf8f97f9c7427a59cce88d80bd1c0d1)]
499
+ - feat: replace Cities label with Municipalities & other [Tiberiu Ichim - [`91953c8`](https://github.com/eea/volto-cca-policy/commit/91953c83251fd16274709a3dce7e9b7308e0a3d4)]
500
+ - feat: display geographic coverage in categorized tags with Cities label [Tiberiu Ichim - [`e31ce8b`](https://github.com/eea/volto-cca-policy/commit/e31ce8b62a642f021a61122983e1b646837069bb)]
501
+ - feat: display geographic coverage in categorized tags with Cities label [Tiberiu Ichim - [`a5c1f29`](https://github.com/eea/volto-cca-policy/commit/a5c1f2956f83c7204bfaab34b0daae60ba1807bf)]
502
+ - feat: implement ToolThumbnail component and integrate it across various views [kreafox - [`74acc26`](https://github.com/eea/volto-cca-policy/commit/74acc261ab1fced38aaa3ae5efdb5ed63ad292fd)]
503
+ - feat: implement ToolThumbnail component and integrate it across various views [kreafox - [`edd3087`](https://github.com/eea/volto-cca-policy/commit/edd3087830076efa968ef42d1ec99efa42010cd5)]
504
+ - feat(navigator): add back to search link on tool view; code refactoring & cleanup - refs #304608 [kreafox - [`b3b6137`](https://github.com/eea/volto-cca-policy/commit/b3b613731e40162b763fc0dd6fc68434f2807876)]
505
+ - feat(navigator): add back to search link on tool view; code refactoring & cleanup - refs #304608 [kreafox - [`b80edc4`](https://github.com/eea/volto-cca-policy/commit/b80edc476f073a4023a06759765cb1ed1da874eb)]
506
+ - feat: enhance CompareToolsView with new comparison options and styling [kreafox - [`1681c3d`](https://github.com/eea/volto-cca-policy/commit/1681c3d09a0a7a77659619a9b5a60e50b1907315)]
507
+ - feat: enhance CompareToolsView with new comparison options and styling [kreafox - [`a912b50`](https://github.com/eea/volto-cca-policy/commit/a912b5006af55aefbd024b494cd9c810bfb22684)]
508
+ - feat: add MetadataTags component to display tool output types - refs #304612 [kreafox - [`0c2ce3f`](https://github.com/eea/volto-cca-policy/commit/0c2ce3f3252583c9e30dd05184dd117acae26b06)]
509
+ - feat: add MetadataTags component to display tool output types - refs #304612 [kreafox - [`da36a73`](https://github.com/eea/volto-cca-policy/commit/da36a7340da0d36a807b619e1da57d246b11b07d)]
510
+ - feat: implement suggested next steps callout in catalogue chatbot [Tiberiu Ichim - [`dcb6b75`](https://github.com/eea/volto-cca-policy/commit/dcb6b754875cd01dc07315ad25cc2e46d95b0897)]
511
+ - feat: implement suggested next steps callout in catalogue chatbot [Tiberiu Ichim - [`ec91671`](https://github.com/eea/volto-cca-policy/commit/ec91671e11f232e59431a26108d82f342f439fef)]
512
+ - feat: match chatbot document cards to navigator catalogue cards [Tiberiu Ichim - [`473a8a7`](https://github.com/eea/volto-cca-policy/commit/473a8a7726544cf41f35bbaa466aae7a5d9f973f)]
513
+ - feat: match chatbot document cards to navigator catalogue cards [Tiberiu Ichim - [`39b21c0`](https://github.com/eea/volto-cca-policy/commit/39b21c071d7e7943dffdb6a9fcdf2dcb61a92601)]
514
+ - feat: register CCA 'catalogue' chatbot presentation variation [Tiberiu Ichim - [`1eb8690`](https://github.com/eea/volto-cca-policy/commit/1eb86902968225d20a77c6aa99488ca957c52b2d)]
515
+
516
+ #### :bug: Bug Fixes
476
517
 
518
+ - fix(navigator): rename adaptation support cycle step and improve guide me layout [kreafox - [`f17db41`](https://github.com/eea/volto-cca-policy/commit/f17db41d64b89692c43839c2728be6d486f4b7a3)]
519
+ - fix(navigator): rename adaptation support cycle step and improve guide me layout [kreafox - [`2806e1b`](https://github.com/eea/volto-cca-policy/commit/2806e1b258dc3b1172c21a567f5d76328d855bb9)]
520
+ - fix(navigator): update climate impacts to climate hazards - refs #304609 [kreafox - [`dbc018d`](https://github.com/eea/volto-cca-policy/commit/dbc018d835bf7df171ababa939dfbdeca4582c96)]
521
+ - fix(navigator): update climate impacts to climate hazards - refs #304609 [kreafox - [`cf2af49`](https://github.com/eea/volto-cca-policy/commit/cf2af49836f3b5a1b33621ae29650b14fb38c078)]
522
+ - fix: unwrap accidental code blocks and add resilience against varied assistant formats [Tiberiu Ichim - [`fb2cac4`](https://github.com/eea/volto-cca-policy/commit/fb2cac43dd58904a614892fc66ae6a0b0426047f)]
523
+ - fix: unwrap accidental code blocks and add resilience against varied assistant formats [Tiberiu Ichim - [`b245de7`](https://github.com/eea/volto-cca-policy/commit/b245de770a2e6d9a5741d240dc6649d2df7674bc)]
524
+ - fix: hide document card when Elasticsearch lookup returns empty or not found [Tiberiu Ichim - [`36090bd`](https://github.com/eea/volto-cca-policy/commit/36090bdab5a3cf2bba6f1887738566ffb74b4a1a)]
525
+ - fix: hide document card when Elasticsearch lookup returns empty or not found [Tiberiu Ichim - [`6acb0ac`](https://github.com/eea/volto-cca-policy/commit/6acb0acf1ad558cf259a61ed25c6860a08edc1ee)]
526
+ - fix: make catalogue cards and date formatting resilient against malformed data [Tiberiu Ichim - [`1bd25f7`](https://github.com/eea/volto-cca-policy/commit/1bd25f7fd5c457e90ebe2a3f564883b7b9dfd5ee)]
527
+ - fix: make catalogue cards and date formatting resilient against malformed data [Tiberiu Ichim - [`858ec4e`](https://github.com/eea/volto-cca-policy/commit/858ec4e2b7c8857ec43f080b9f5368e50bad40d4)]
528
+ - fix: cleanup NavigatorCatalogueCardItem [kreafox - [`0b79858`](https://github.com/eea/volto-cca-policy/commit/0b798589e4b233ee227c194b8bcff517f29803a0)]
529
+ - fix: cleanup NavigatorCatalogueCardItem [kreafox - [`c60ee16`](https://github.com/eea/volto-cca-policy/commit/c60ee16b3f28446519d9df08af4fbd9a7a2a4e00)]
530
+ - fix: reorder facets [kreafox - [`2869658`](https://github.com/eea/volto-cca-policy/commit/2869658869f9a72825f2929ea4cb8c86d5251ff3)]
531
+ - fix: reorder facets [kreafox - [`7855ec7`](https://github.com/eea/volto-cca-policy/commit/7855ec769dc80f768057744c7e9d07fa55c91253)]
532
+ - fix: update message for type of outputs [kreafox - [`f1fefaf`](https://github.com/eea/volto-cca-policy/commit/f1fefaf5480ece7f1c1438b78bd20bdf1b7b6081)]
533
+ - fix: update message for type of outputs [kreafox - [`d38c08d`](https://github.com/eea/volto-cca-policy/commit/d38c08df16ac8a525daa93f891424c8f1ee9058c)]
534
+ - fix: update facets for navigator catalogue - refs #304610 [kreafox - [`1c8dafe`](https://github.com/eea/volto-cca-policy/commit/1c8dafede702fab80a2f99e6011a87b3f2f37a6f)]
535
+ - fix: update facets for navigator catalogue - refs #304610 [kreafox - [`ebf57a9`](https://github.com/eea/volto-cca-policy/commit/ebf57a916ba9f50ba2df99f01e867f2dc34c42b1)]
536
+ - fix: update language availability in ExtendedToolView test [kreafox - [`187dbd9`](https://github.com/eea/volto-cca-policy/commit/187dbd98d41d95245ee7ea61186d99371bcac46e)]
537
+ - fix: update language availability in ExtendedToolView test [kreafox - [`021b3a1`](https://github.com/eea/volto-cca-policy/commit/021b3a10d12f21e3a3583f2648dfbd5fad5274dd)]
538
+ - fix: language logic in ExtendedToolView [kreafox - [`36eac5e`](https://github.com/eea/volto-cca-policy/commit/36eac5ecfdfbcd76e2d5eeaf8ce0ad09db346273)]
539
+ - fix: language logic in ExtendedToolView [kreafox - [`6da806f`](https://github.com/eea/volto-cca-policy/commit/6da806ffa59c419226540212e404b65f11923b62)]
540
+ - fix: update output label in NavigatorCatalogueCardItem test [kreafox - [`eee2262`](https://github.com/eea/volto-cca-policy/commit/eee226269aea8b3b361729b660a18b00eae8fad7)]
541
+ - fix: update output label in NavigatorCatalogueCardItem test [kreafox - [`2b62f2d`](https://github.com/eea/volto-cca-policy/commit/2b62f2d163a7fa8ba849995450148e08d1284977)]
542
+ - fix: eliminate regex backtracking / ReDoS vulnerabilities flagged by SonarQube [Tiberiu Ichim - [`3912a78`](https://github.com/eea/volto-cca-policy/commit/3912a78bbd26ba477f7cd92abc4787fa642dff37)]
543
+ - fix: eliminate regex backtracking / ReDoS vulnerabilities flagged by SonarQube [Tiberiu Ichim - [`728ef5f`](https://github.com/eea/volto-cca-policy/commit/728ef5f63dc1ae07881f647963347c99a83bd019)]
544
+ - fix: tolerate older chatbot without ChatMessageContext export [Tiberiu Ichim - [`d57a601`](https://github.com/eea/volto-cca-policy/commit/d57a6011ebd5c43f3780d4d0efbd33c11adbe109)]
545
+ - fix: tolerate older chatbot without ChatMessageContext export [Tiberiu Ichim - [`be7f1d0`](https://github.com/eea/volto-cca-policy/commit/be7f1d06f70cdae46bcb532cae170fba6c3e9adb)]
546
+ - fix: let eslint alias resolver resolve .ts/.tsx entrypoints (chatbot deep imports) [Tiberiu Ichim - [`10d549f`](https://github.com/eea/volto-cca-policy/commit/10d549f9b0190829e4b8180267894f3b7bb807a6)]
547
+ - fix: let eslint alias resolver resolve .ts/.tsx entrypoints (chatbot deep imports) [Tiberiu Ichim - [`a007606`](https://github.com/eea/volto-cca-policy/commit/a007606cf127183fb2830e02f18c18f0a85d1137)]
548
+ - fix: declare @eeacms/volto-eea-chatbot dependency (CI lint resolution) [Tiberiu Ichim - [`b06c30d`](https://github.com/eea/volto-cca-policy/commit/b06c30d284e17a4ab5768e7819981f6ec1327e78)]
549
+ - fix: declare @eeacms/volto-eea-chatbot dependency (CI lint resolution) [Tiberiu Ichim - [`dcb9759`](https://github.com/eea/volto-cca-policy/commit/dcb9759c97a7585e4c3e309fbe382767c8c276be)]
550
+ - fix: align the "Compare" checkbox label in chat doc cards [Tiberiu Ichim - [`74b12c4`](https://github.com/eea/volto-cca-policy/commit/74b12c45899568c8f937e91c6e367dbe7c9b5cb0)]
551
+ - fix: align the "Compare" checkbox label in chat doc cards [Tiberiu Ichim - [`f00333c`](https://github.com/eea/volto-cca-policy/commit/f00333c735f94b587a2f03fcf4794036caafd59b)]
552
+ - fix: style chat doc cards & robust marker matching [Tiberiu Ichim - [`97e8e6e`](https://github.com/eea/volto-cca-policy/commit/97e8e6e05d5822b2c3f8cc8c2a9f96f57493b395)]
553
+ - fix: style chat doc cards & robust marker matching [Tiberiu Ichim - [`2eede11`](https://github.com/eea/volto-cca-policy/commit/2eede11a5c9f4b0f309fe2b3cc3c6470d1a4606f)]
554
+
555
+ #### :nail_care: Enhancements
556
+
557
+ - refactor: update import paths for ToolThumbnail and TagOverflowPopup components [kreafox - [`3bfae07`](https://github.com/eea/volto-cca-policy/commit/3bfae075953f4cb780e269f00f4dbcfee5e3d97b)]
558
+ - refactor: update import paths for ToolThumbnail and TagOverflowPopup components [kreafox - [`c174abe`](https://github.com/eea/volto-cca-policy/commit/c174abeafcfb8040e43cb496a3f0b10747c057a8)]
559
+ - refactor(navigator): consolidate ToolThumbnail import paths and update related components [kreafox - [`e12415b`](https://github.com/eea/volto-cca-policy/commit/e12415b21408fd0b737b63bd5f041d2079241713)]
560
+ - refactor(navigator): consolidate ToolThumbnail import paths and update related components [kreafox - [`5996b0b`](https://github.com/eea/volto-cca-policy/commit/5996b0b28814cb24c4167d9eb72cf6c632eb2a36)]
561
+ - change: update NavigatorCatalogueCardItem [kreafox - [`798af4c`](https://github.com/eea/volto-cca-policy/commit/798af4c3f50d4e53504e709db2496415b8557f2a)]
562
+ - change: update NavigatorCatalogueCardItem [kreafox - [`2e2f6d6`](https://github.com/eea/volto-cca-policy/commit/2e2f6d632ecf1e03aa8615da9376c24efb74d472)]
563
+ - change: comparison table export by removing unused fields and improve export functionality [kreafox - [`97b3da6`](https://github.com/eea/volto-cca-policy/commit/97b3da624f550b91c0a9c52a4af13ef2ac084d62)]
564
+ - change: comparison table export by removing unused fields and improve export functionality [kreafox - [`f9ee0f7`](https://github.com/eea/volto-cca-policy/commit/f9ee0f74d02153b9a233ef13264c026503534038)]
565
+ - change: update comparison options handling and enhance tests for adaptation support cycle steps [kreafox - [`35f8d69`](https://github.com/eea/volto-cca-policy/commit/35f8d695499673e5d16de709a81ec6b90289e0c4)]
566
+ - change: update comparison options handling and enhance tests for adaptation support cycle steps [kreafox - [`fc2736b`](https://github.com/eea/volto-cca-policy/commit/fc2736b293e938b3e13367d96d3c8158c5435f49)]
567
+ - change: remove sectors from CompareToolsView - refs #304612 [kreafox - [`9cab307`](https://github.com/eea/volto-cca-policy/commit/9cab307272f6946eef1ccf1f8667f283a3e92c4f)]
568
+ - change: remove sectors from CompareToolsView - refs #304612 [kreafox - [`9b9352f`](https://github.com/eea/volto-cca-policy/commit/9b9352fa116a951ceef64511bc7c75779a7f0ec4)]
569
+ - perf: stop doc-card flicker while the answer streams [Tiberiu Ichim - [`a38e36a`](https://github.com/eea/volto-cca-policy/commit/a38e36ab09667906f7c6a7cbb3aad02672b70560)]
570
+ - perf: stop doc-card flicker while the answer streams [Tiberiu Ichim - [`5f5761c`](https://github.com/eea/volto-cca-policy/commit/5f5761c9534d1c64fc222510a0bacb5cd25ade68)]
571
+ - refactor: base catalogue chat on the classic ChatWindow [Tiberiu Ichim - [`041e413`](https://github.com/eea/volto-cca-policy/commit/041e413cedfdeab25a7057f107318509fa367cb4)]
572
+ - refactor: base catalogue chat on the classic ChatWindow [Tiberiu Ichim - [`2511c11`](https://github.com/eea/volto-cca-policy/commit/2511c115b9ee4b825293e08501f3d989ad07b5b3)]
573
+
574
+ #### :house: Internal changes
575
+
576
+ - style: Automated code fix [eea-jenkins - [`af23c35`](https://github.com/eea/volto-cca-policy/commit/af23c35cc35b36a59faad79eb1b66f195ce25b4f)]
577
+ - style: Automated code fix [eea-jenkins - [`851dcd2`](https://github.com/eea/volto-cca-policy/commit/851dcd27a6fd162e723b2e6e8fe542d8ab3bc8d1)]
578
+ - style: Automated code fix [eea-jenkins - [`50d996e`](https://github.com/eea/volto-cca-policy/commit/50d996efb4b0c561168c90a8bb83ec0d6be76127)]
579
+ - chore: require @eeacms/volto-eea-chatbot ^4.1.0 (block presentation variations) [Tiberiu Ichim - [`15925d8`](https://github.com/eea/volto-cca-policy/commit/15925d8b51928425e70d45572a78c3f4a1bf42c0)]
580
+ - chore: require @eeacms/volto-eea-chatbot ^4.1.0 (block presentation variations) [Tiberiu Ichim - [`03a9fa3`](https://github.com/eea/volto-cca-policy/commit/03a9fa3b538429b81667300ebcac3130f9103092)]
581
+
582
+ #### :hammer_and_wrench: Others
583
+
584
+ - merge [iugin - [`6c7c54d`](https://github.com/eea/volto-cca-policy/commit/6c7c54d47e2064db19098b11bd5da18416f3dffd)]
585
+ - merge [iugin - [`989f61f`](https://github.com/eea/volto-cca-policy/commit/989f61f281f139ecebfdc8138fd5783b410d9144)]
586
+ - Refs #296263 - updates [iugin - [`29a36fc`](https://github.com/eea/volto-cca-policy/commit/29a36fc9986fa7346b67c74f6e74b713e8bea13e)]
587
+ - merge [iugin - [`61f3ecf`](https://github.com/eea/volto-cca-policy/commit/61f3ecff6b209d59f9b4d9ce24aff4012de34280)]
588
+ - core(i18n): cleanup files [kreafox - [`65f9a12`](https://github.com/eea/volto-cca-policy/commit/65f9a12058ff0f3686e522c364b92109feaead0c)]
589
+ - core(i18n): cleanup files [kreafox - [`5dae87b`](https://github.com/eea/volto-cca-policy/commit/5dae87b84da0f91e4f9c5f5c811b3c97272c8231)]
590
+ - core(i18n): add new entries to localization files [kreafox - [`5df3b8c`](https://github.com/eea/volto-cca-policy/commit/5df3b8ce01fde6afbbb319e6c21600f2da71d626)]
591
+ - core(i18n): add new entries to localization files [kreafox - [`415e58a`](https://github.com/eea/volto-cca-policy/commit/415e58ae2dbada7cbf1be210051c2c29eb385f1a)]
592
+ - core: update locales [kreafox - [`7bb7288`](https://github.com/eea/volto-cca-policy/commit/7bb728822ad08c3ce9d71e0dcc566efd10285bd1)]
593
+ - core: update locales [kreafox - [`e3a5b7b`](https://github.com/eea/volto-cca-policy/commit/e3a5b7bdf389dcc56a27db9a63997207c65ac7c7)]
594
+ - test: improve test readability and structure in Compare Tools utilities [kreafox - [`0f33efc`](https://github.com/eea/volto-cca-policy/commit/0f33efc3eb1e5ac510386b70dc1d3700526745e1)]
595
+ - test: improve test readability and structure in Compare Tools utilities [kreafox - [`b6fc550`](https://github.com/eea/volto-cca-policy/commit/b6fc550db8f3ddbadf093c56596968caf94900ad)]
596
+ - i18n: sync locales after merge [Tiberiu Ichim - [`35dceda`](https://github.com/eea/volto-cca-policy/commit/35dcedaee53b9484d8abdfd9de7afe93ba1ad587)]
597
+ - i18n: sync locales after merge [Tiberiu Ichim - [`39a90e9`](https://github.com/eea/volto-cca-policy/commit/39a90e97c4f9e0469fe3dafa5ee3f9d4fc4af2a5)]
598
+ - i18n: update locales for Municipalities & other message [Tiberiu Ichim - [`d9a35cd`](https://github.com/eea/volto-cca-policy/commit/d9a35cdc43b43f9b05ca89d6c4fd59f5d62f8a7b)]
599
+ - i18n: update locales for Municipalities & other message [Tiberiu Ichim - [`24e4993`](https://github.com/eea/volto-cca-policy/commit/24e49939a45432daaabd1777fda65cd9e380faf5)]
600
+ - i18n: update locales for Cities message [Tiberiu Ichim - [`0c3c6a6`](https://github.com/eea/volto-cca-policy/commit/0c3c6a682a54e4aad7fbc04a1ca1d87b06d5ab59)]
601
+ - i18n: update locales for Cities message [Tiberiu Ichim - [`4114fc6`](https://github.com/eea/volto-cca-policy/commit/4114fc64a3ba6805cbc243fd1a59e4ae214fec09)]
602
+ - test: update image display style assertions in tests for NavigatorCatalogueCardItem and ToolThumbnail components [kreafox - [`b971b61`](https://github.com/eea/volto-cca-policy/commit/b971b617df9fac6b6a755ba644cab0ad45019a5c)]
603
+ - test: update image display style assertions in tests for NavigatorCatalogueCardItem and ToolThumbnail components [kreafox - [`24e1437`](https://github.com/eea/volto-cca-policy/commit/24e14375674dca5e73d8919eb4578d1c184db21a)]
604
+ - test: remove sectors from CompareToolsView accessibility tests [kreafox - [`dee16ab`](https://github.com/eea/volto-cca-policy/commit/dee16abd5e50e5d7796d61c2566115c7a775906a)]
605
+ - test: remove sectors from CompareToolsView accessibility tests [kreafox - [`b3df4e2`](https://github.com/eea/volto-cca-policy/commit/b3df4e21aa79c6d9c726ad498fee2ce9af7f17a0)]
606
+ - test: add unit tests for the chatbot catalogue variation [Tiberiu Ichim - [`3d4bd39`](https://github.com/eea/volto-cca-policy/commit/3d4bd397bfd435e446e85ab1b23d5f4f30c92be8)]
607
+ - test: add unit tests for the chatbot catalogue variation [Tiberiu Ichim - [`67025f9`](https://github.com/eea/volto-cca-policy/commit/67025f92ba74bade06bcca26fcd8e11bd2825efa)]
608
+ - perf: stop doc-card flicker while the answer streams [Tiberiu Ichim - [`a38e36a`](https://github.com/eea/volto-cca-policy/commit/a38e36ab09667906f7c6a7cbb3aad02672b70560)]
609
+ - perf: stop doc-card flicker while the answer streams [Tiberiu Ichim - [`5f5761c`](https://github.com/eea/volto-cca-policy/commit/5f5761c9534d1c64fc222510a0bacb5cd25ade68)]
610
+ - fix+feat: catalogue presentation — live streaming, block data, document cards [Tiberiu Ichim - [`d7337d4`](https://github.com/eea/volto-cca-policy/commit/d7337d4301ecc90b419d71e4ddf1683107367322)]
611
+ - fix+feat: catalogue presentation — live streaming, block data, document cards [Tiberiu Ichim - [`e1a9f7a`](https://github.com/eea/volto-cca-policy/commit/e1a9f7a8eaacbf850b3069f34716b12ad1af0a8d)]
477
612
  ### [1.0.0-alpha.27](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.26...1.0.0-alpha.27) - 31 August 2026
478
613
 
479
614
  #### :hammer_and_wrench: Others
@@ -1738,7 +1738,17 @@ msgstr ""
1738
1738
  msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1739
1739
  msgstr ""
1740
1740
 
1741
+ #. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1742
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1743
+ msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1744
+ msgstr ""
1745
+
1741
1746
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1742
1747
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1743
1748
  msgid "{count, plural, one {tool matches} other {tools match}}"
1744
1749
  msgstr ""
1750
+
1751
+ #. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1752
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1753
+ msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1754
+ msgstr ""
@@ -1738,7 +1738,17 @@ msgstr ""
1738
1738
  msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1739
1739
  msgstr ""
1740
1740
 
1741
+ #. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1742
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1743
+ msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1744
+ msgstr ""
1745
+
1741
1746
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1742
1747
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1743
1748
  msgid "{count, plural, one {tool matches} other {tools match}}"
1744
1749
  msgstr ""
1750
+
1751
+ #. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1752
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1753
+ msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1754
+ msgstr ""
@@ -1738,7 +1738,17 @@ msgstr ""
1738
1738
  msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1739
1739
  msgstr ""
1740
1740
 
1741
+ #. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1742
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1743
+ msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1744
+ msgstr ""
1745
+
1741
1746
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1742
1747
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1743
1748
  msgid "{count, plural, one {tool matches} other {tools match}}"
1744
1749
  msgstr ""
1750
+
1751
+ #. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1752
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1753
+ msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1754
+ msgstr ""
@@ -1738,7 +1738,17 @@ msgstr ""
1738
1738
  msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1739
1739
  msgstr ""
1740
1740
 
1741
+ #. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1742
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1743
+ msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1744
+ msgstr ""
1745
+
1741
1746
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1742
1747
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1743
1748
  msgid "{count, plural, one {tool matches} other {tools match}}"
1744
1749
  msgstr ""
1750
+
1751
+ #. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1752
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1753
+ msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1754
+ msgstr ""
@@ -1738,7 +1738,17 @@ msgstr ""
1738
1738
  msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1739
1739
  msgstr ""
1740
1740
 
1741
+ #. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1742
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1743
+ msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1744
+ msgstr ""
1745
+
1741
1746
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1742
1747
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1743
1748
  msgid "{count, plural, one {tool matches} other {tools match}}"
1744
1749
  msgstr ""
1750
+
1751
+ #. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1752
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1753
+ msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1754
+ msgstr ""
@@ -1738,7 +1738,17 @@ msgstr ""
1738
1738
  msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1739
1739
  msgstr ""
1740
1740
 
1741
+ #. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1742
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1743
+ msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1744
+ msgstr ""
1745
+
1741
1746
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1742
1747
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1743
1748
  msgid "{count, plural, one {tool matches} other {tools match}}"
1744
1749
  msgstr ""
1750
+
1751
+ #. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1752
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1753
+ msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1754
+ msgstr ""
@@ -1738,7 +1738,17 @@ msgstr ""
1738
1738
  msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1739
1739
  msgstr ""
1740
1740
 
1741
+ #. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1742
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1743
+ msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1744
+ msgstr ""
1745
+
1741
1746
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1742
1747
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1743
1748
  msgid "{count, plural, one {tool matches} other {tools match}}"
1744
1749
  msgstr ""
1750
+
1751
+ #. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1752
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1753
+ msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1754
+ msgstr ""
@@ -1738,7 +1738,17 @@ msgstr ""
1738
1738
  msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1739
1739
  msgstr ""
1740
1740
 
1741
+ #. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1742
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1743
+ msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1744
+ msgstr ""
1745
+
1741
1746
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1742
1747
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1743
1748
  msgid "{count, plural, one {tool matches} other {tools match}}"
1744
1749
  msgstr ""
1750
+
1751
+ #. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1752
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1753
+ msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1754
+ msgstr ""
@@ -1738,7 +1738,17 @@ msgstr ""
1738
1738
  msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1739
1739
  msgstr ""
1740
1740
 
1741
+ #. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1742
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1743
+ msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1744
+ msgstr ""
1745
+
1741
1746
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1742
1747
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1743
1748
  msgid "{count, plural, one {tool matches} other {tools match}}"
1744
1749
  msgstr ""
1750
+
1751
+ #. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1752
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1753
+ msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1754
+ msgstr ""
@@ -1738,7 +1738,17 @@ msgstr ""
1738
1738
  msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1739
1739
  msgstr ""
1740
1740
 
1741
+ #. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1742
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1743
+ msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1744
+ msgstr ""
1745
+
1741
1746
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1742
1747
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1743
1748
  msgid "{count, plural, one {tool matches} other {tools match}}"
1744
1749
  msgstr ""
1750
+
1751
+ #. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1752
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1753
+ msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1754
+ msgstr ""
@@ -1738,7 +1738,17 @@ msgstr ""
1738
1738
  msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1739
1739
  msgstr ""
1740
1740
 
1741
+ #. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1742
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1743
+ msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1744
+ msgstr ""
1745
+
1741
1746
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1742
1747
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1743
1748
  msgid "{count, plural, one {tool matches} other {tools match}}"
1744
1749
  msgstr ""
1750
+
1751
+ #. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1752
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1753
+ msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1754
+ msgstr ""
@@ -1738,7 +1738,17 @@ msgstr ""
1738
1738
  msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1739
1739
  msgstr ""
1740
1740
 
1741
+ #. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1742
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1743
+ msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1744
+ msgstr ""
1745
+
1741
1746
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1742
1747
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1743
1748
  msgid "{count, plural, one {tool matches} other {tools match}}"
1744
1749
  msgstr ""
1750
+
1751
+ #. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1752
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1753
+ msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1754
+ msgstr ""
@@ -1738,7 +1738,17 @@ msgstr ""
1738
1738
  msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1739
1739
  msgstr ""
1740
1740
 
1741
+ #. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1742
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1743
+ msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1744
+ msgstr ""
1745
+
1741
1746
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1742
1747
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1743
1748
  msgid "{count, plural, one {tool matches} other {tools match}}"
1744
1749
  msgstr ""
1750
+
1751
+ #. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1752
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1753
+ msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1754
+ msgstr ""
@@ -1738,7 +1738,17 @@ msgstr ""
1738
1738
  msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1739
1739
  msgstr ""
1740
1740
 
1741
+ #. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1742
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1743
+ msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1744
+ msgstr ""
1745
+
1741
1746
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1742
1747
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1743
1748
  msgid "{count, plural, one {tool matches} other {tools match}}"
1744
1749
  msgstr ""
1750
+
1751
+ #. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1752
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1753
+ msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1754
+ msgstr ""
@@ -1738,7 +1738,17 @@ msgstr ""
1738
1738
  msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1739
1739
  msgstr ""
1740
1740
 
1741
+ #. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1742
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1743
+ msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1744
+ msgstr ""
1745
+
1741
1746
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1742
1747
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1743
1748
  msgid "{count, plural, one {tool matches} other {tools match}}"
1744
1749
  msgstr ""
1750
+
1751
+ #. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1752
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1753
+ msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1754
+ msgstr ""
@@ -1738,7 +1738,17 @@ msgstr ""
1738
1738
  msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1739
1739
  msgstr ""
1740
1740
 
1741
+ #. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1742
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1743
+ msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1744
+ msgstr ""
1745
+
1741
1746
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1742
1747
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1743
1748
  msgid "{count, plural, one {tool matches} other {tools match}}"
1744
1749
  msgstr ""
1750
+
1751
+ #. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1752
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1753
+ msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1754
+ msgstr ""
@@ -1738,7 +1738,17 @@ msgstr ""
1738
1738
  msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1739
1739
  msgstr ""
1740
1740
 
1741
+ #. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1742
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1743
+ msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1744
+ msgstr ""
1745
+
1741
1746
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1742
1747
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1743
1748
  msgid "{count, plural, one {tool matches} other {tools match}}"
1744
1749
  msgstr ""
1750
+
1751
+ #. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1752
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1753
+ msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1754
+ msgstr ""
@@ -1738,7 +1738,17 @@ msgstr ""
1738
1738
  msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1739
1739
  msgstr ""
1740
1740
 
1741
+ #. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1742
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1743
+ msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1744
+ msgstr ""
1745
+
1741
1746
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1742
1747
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1743
1748
  msgid "{count, plural, one {tool matches} other {tools match}}"
1744
1749
  msgstr ""
1750
+
1751
+ #. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1752
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1753
+ msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1754
+ msgstr ""
@@ -1738,7 +1738,17 @@ msgstr ""
1738
1738
  msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1739
1739
  msgstr ""
1740
1740
 
1741
+ #. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1742
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1743
+ msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1744
+ msgstr ""
1745
+
1741
1746
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1742
1747
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1743
1748
  msgid "{count, plural, one {tool matches} other {tools match}}"
1744
1749
  msgstr ""
1750
+
1751
+ #. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1752
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1753
+ msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1754
+ msgstr ""
@@ -1738,7 +1738,17 @@ msgstr ""
1738
1738
  msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1739
1739
  msgstr ""
1740
1740
 
1741
+ #. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1742
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1743
+ msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1744
+ msgstr ""
1745
+
1741
1746
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1742
1747
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1743
1748
  msgid "{count, plural, one {tool matches} other {tools match}}"
1744
1749
  msgstr ""
1750
+
1751
+ #. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1752
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1753
+ msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1754
+ msgstr ""
@@ -1738,7 +1738,17 @@ msgstr ""
1738
1738
  msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1739
1739
  msgstr ""
1740
1740
 
1741
+ #. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1742
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1743
+ msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1744
+ msgstr ""
1745
+
1741
1746
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1742
1747
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1743
1748
  msgid "{count, plural, one {tool matches} other {tools match}}"
1744
1749
  msgstr ""
1750
+
1751
+ #. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1752
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1753
+ msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1754
+ msgstr ""
@@ -1738,7 +1738,17 @@ msgstr ""
1738
1738
  msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1739
1739
  msgstr ""
1740
1740
 
1741
+ #. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1742
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1743
+ msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1744
+ msgstr ""
1745
+
1741
1746
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1742
1747
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1743
1748
  msgid "{count, plural, one {tool matches} other {tools match}}"
1744
1749
  msgstr ""
1750
+
1751
+ #. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1752
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1753
+ msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1754
+ msgstr ""
@@ -1738,7 +1738,17 @@ msgstr ""
1738
1738
  msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1739
1739
  msgstr ""
1740
1740
 
1741
+ #. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1742
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1743
+ msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1744
+ msgstr ""
1745
+
1741
1746
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1742
1747
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1743
1748
  msgid "{count, plural, one {tool matches} other {tools match}}"
1744
1749
  msgstr ""
1750
+
1751
+ #. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1752
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1753
+ msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1754
+ msgstr ""
@@ -1738,7 +1738,17 @@ msgstr ""
1738
1738
  msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1739
1739
  msgstr ""
1740
1740
 
1741
+ #. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1742
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1743
+ msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1744
+ msgstr ""
1745
+
1741
1746
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1742
1747
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1743
1748
  msgid "{count, plural, one {tool matches} other {tools match}}"
1744
1749
  msgstr ""
1750
+
1751
+ #. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1752
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1753
+ msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1754
+ msgstr ""
@@ -1738,7 +1738,17 @@ msgstr ""
1738
1738
  msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1739
1739
  msgstr ""
1740
1740
 
1741
+ #. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1742
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1743
+ msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1744
+ msgstr ""
1745
+
1741
1746
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1742
1747
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1743
1748
  msgid "{count, plural, one {tool matches} other {tools match}}"
1744
1749
  msgstr ""
1750
+
1751
+ #. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1752
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1753
+ msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1754
+ msgstr ""
@@ -1738,7 +1738,17 @@ msgstr ""
1738
1738
  msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1739
1739
  msgstr ""
1740
1740
 
1741
+ #. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1742
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1743
+ msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1744
+ msgstr ""
1745
+
1741
1746
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1742
1747
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1743
1748
  msgid "{count, plural, one {tool matches} other {tools match}}"
1744
1749
  msgstr ""
1750
+
1751
+ #. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1752
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1753
+ msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1754
+ msgstr ""
@@ -1738,7 +1738,17 @@ msgstr ""
1738
1738
  msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1739
1739
  msgstr ""
1740
1740
 
1741
+ #. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1742
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1743
+ msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1744
+ msgstr ""
1745
+
1741
1746
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1742
1747
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1743
1748
  msgid "{count, plural, one {tool matches} other {tools match}}"
1744
1749
  msgstr ""
1750
+
1751
+ #. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1752
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1753
+ msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1754
+ msgstr ""
package/locales/volto.pot CHANGED
@@ -1,7 +1,7 @@
1
1
  msgid ""
2
2
  msgstr ""
3
3
  "Project-Id-Version: Plone\n"
4
- "POT-Creation-Date: 2026-09-17T11:25:27.854Z\n"
4
+ "POT-Creation-Date: 2026-09-22T11:58:59.754Z\n"
5
5
  "Last-Translator: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
6
6
  "Language-Team: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
7
7
  "Content-Type: text/plain; charset=utf-8\n"
@@ -1740,7 +1740,17 @@ msgstr ""
1740
1740
  msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1741
1741
  msgstr ""
1742
1742
 
1743
+ #. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1744
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1745
+ msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
1746
+ msgstr ""
1747
+
1743
1748
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1744
1749
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1745
1750
  msgid "{count, plural, one {tool matches} other {tools match}}"
1746
1751
  msgstr ""
1752
+
1753
+ #. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1754
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
1755
+ msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
1756
+ msgstr ""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-cca-policy",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "@eeacms/volto-cca-policy: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -55,6 +55,16 @@ const messages = defineMessages({
55
55
  id: 'Active filters are always shown in edit mode',
56
56
  defaultMessage: 'Active filters are always shown in edit mode',
57
57
  },
58
+ toolsCount: {
59
+ id: '{count, plural, one {tool in the catalogue} other {tools in the catalogue}}',
60
+ defaultMessage:
61
+ '{count, plural, one {tool in the catalogue} other {tools in the catalogue}}',
62
+ },
63
+ toolsMatchSearch: {
64
+ id: '{count, plural, one {tool matches} other {tools match}} "{searchTerm}"',
65
+ defaultMessage:
66
+ '{count, plural, one {tool matches} other {tools match}} "{searchTerm}"',
67
+ },
58
68
  });
59
69
 
60
70
  const NavigatorCatalogueContentView = (props) => {
@@ -90,7 +100,7 @@ const NavigatorCatalogueContentView = (props) => {
90
100
  const layoutMode =
91
101
  activeNavigatorViewId === 'listing' ? 'fixed' : 'fullwidth';
92
102
 
93
- const { wasSearched } = searchContext;
103
+ const { searchTerm, totalResults, wasSearched } = searchContext;
94
104
 
95
105
  const loadingAtom = loadingFamily(appConfig.appName);
96
106
  const isLoading = useAtomValue(loadingAtom);
@@ -117,6 +127,21 @@ const NavigatorCatalogueContentView = (props) => {
117
127
  {showClusters && <SectionTabs />}
118
128
 
119
129
  <div className={`results-layout ${layoutMode}`}>
130
+ {children.length > 0 && (
131
+ <div className="navigator-catalogue-result-count">
132
+ <span className="navigator-catalogue-result-count-value">
133
+ {totalResults || 0}
134
+ </span>{' '}
135
+ {intl.formatMessage(
136
+ searchTerm ? messages.toolsMatchSearch : messages.toolsCount,
137
+ {
138
+ count: totalResults || 0,
139
+ searchTerm,
140
+ },
141
+ )}
142
+ </div>
143
+ )}
144
+
120
145
  <div className="navigator-catalogue-above-results">
121
146
  <Menu pointing secondary className="navigator-view-tabs">
122
147
  {navigatorResultViews.map((view) => (
@@ -107,6 +107,16 @@
107
107
  }
108
108
  }
109
109
 
110
+ .navigator-catalogue-result-count {
111
+ margin-bottom: 1em;
112
+ font-weight: 700;
113
+ font-size: 1.5rem;
114
+
115
+ .navigator-catalogue-result-count-value {
116
+ color: @primaryColor;
117
+ }
118
+ }
119
+
110
120
  .catalogue-compare-panel {
111
121
  position: fixed;
112
122
  z-index: 1000;