X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Faggregator%2Fsrc%2FEntity%2FFeed.php;fp=web%2Fcore%2Fmodules%2Faggregator%2Fsrc%2FEntity%2FFeed.php;h=1e332199456da5f66207469300321efdfae0b1e6;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=e27450c7a2a9e7e57c73ef4872f40da5eccdaeb1;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/web/core/modules/aggregator/src/Entity/Feed.php b/web/core/modules/aggregator/src/Entity/Feed.php index e27450c7a..1e3321994 100644 --- a/web/core/modules/aggregator/src/Entity/Feed.php +++ b/web/core/modules/aggregator/src/Entity/Feed.php @@ -14,6 +14,13 @@ use Drupal\aggregator\FeedInterface; * @ContentEntityType( * id = "aggregator_feed", * label = @Translation("Aggregator feed"), + * label_collection = @Translation("Aggregator feeds"), + * label_singular = @Translation("aggregator feed"), + * label_plural = @Translation("aggregator feeds"), + * label_count = @PluralTranslation( + * singular = "@count aggregator feed", + * plural = "@count aggregator feeds", + * ), * handlers = { * "storage" = "Drupal\aggregator\FeedStorage", * "storage_schema" = "Drupal\aggregator\FeedStorageSchema",