Skip to content
Snippets Groups Projects
Commit 0b3501e5 authored by martin frances's avatar martin frances Committed by Tess
Browse files

Issue #2954660 by martin107, socketwench: Add plural labels to entity types.

parent 363e210f
No related branches found
Tags 1.3.15
No related merge requests found
......@@ -16,6 +16,12 @@ use Drupal\flag\FlagInterface;
* @ConfigEntityType(
* id = "flag",
* label = @Translation("Flag"),
* label_singular = @Translation("flag"),
* label_plural = @Translation("flags"),
* label_count = @PluralTranslation(
* singular = "@count flag",
* plural = "@count flags",
* ),
* admin_permission = "administer flags",
* handlers = {
* "list_builder" = "Drupal\flag\Controller\FlagListBuilder",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment