Running Task i18n Textcollector Task

GET /dev/tasks/i18nTextCollectorTask

[User Notice] Missing localisation default for key SilverStripe\Admin\SecurityAdmin.ImportFormHelpMember

GET /dev/tasks/i18nTextCollectorTask

Line 813 in /home/golfvancouverisl/apistaging.golfvancouverisland.ca/releases/2/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

GET /dev/tasks/i18nTextCollectorTask

[User Notice] Missing localisation default for key SilverStripe\Admin\SecurityAdmin.ImportFormHelpGroup

GET /dev/tasks/i18nTextCollectorTask

Line 813 in /home/golfvancouverisl/apistaging.golfvancouverisland.ca/releases/2/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

SilverStripe\Dev\Tasks\i18nTextCollectorTask completed!