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 813 in /home/dlitd/staging.dontloveittodeath.com/releases/14/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

804                                 $entity = ['default' => $default];
805                             } else {
806                                 $entity = $default;
807                             }
808                             if ($comment) {
809                                 $entity['comment'] = $comment;
810                             }
811                             $entities[$key] = $entity;
812                         } elseif ($this->getWarnOnEmptyDefault()) {
813                             trigger_error("Missing localisation default for key " . $currentEntity[0], E_USER_NOTICE);
814                         }
815                     }
816                     $currentEntity = [];
817                     $inArrayClosedBy = false;
818                     break;
819             }

Trace

Duplicate key SilverStripe\SiteConfig\SiteConfigLeftAndMain_SilverStripeNavigator.EDIT detected in no / multiple modules with no obvious owner

SilverStripe\Dev\Tasks\i18nTextCollectorTask completed!