Skip to content

Commit

Permalink
Add revisionable string to generate.entity.content.yml (#33)
Browse files Browse the repository at this point in the history
When using drupal *generate:entity:content* command, the revisionable option has no label in English, instead, you see this *commands.generate.entity.content.questions.revisionable*
Proposing patch to include the human readable question.
Thanks
  • Loading branch information
plopesc authored and jmolivas committed Nov 24, 2016
1 parent 28c47a4 commit d99f0cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions translations/generate.entity.content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ questions:
has-bundles: 'Do you want this (content) entity to have bundles'
base-path: 'Enter the base-path for the content entity routes'
is-translatable: 'Is your entity translatable'
revisionable: 'Is your entity revisionable'

0 comments on commit d99f0cb

Please sign in to comment.