Running Task i18n Textcollector Task

GET /dev/tasks/i18nTextCollectorTask

[User Notice] Missing localisation default for key RS\EventCalendar\Helpers\CalendarUtil.CLOCKTYPE

GET /dev/tasks/i18nTextCollectorTask

Line 860 in /home/discoversurreybc/dev.discoversurreybc.com/releases/129/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

851                                 $entity = ['default' => $default];
852                             } else {
853                                 $entity = $default;
854                             }
855                             if ($comment) {
856                                 $entity['comment'] = $comment;
857                             }
858                             $entities[$key] = $entity;
859                         } elseif ($this->getWarnOnEmptyDefault()) {
860                             trigger_error("Missing localisation default for key " . $currentEntity[0], E_USER_NOTICE);
861                         }
862                     }
863                     $currentEntity = [];
864                     $inArrayClosedBy = false;
865                     break;
866             }

Trace

Duplicate key SilverStripe\CMS\Controllers\CMSPageHistoryController.PREVIEW detected in no / multiple modules with no obvious owner

SilverStripe\Dev\Tasks\i18nTextCollectorTask completed!