Skip to content

Commit

Permalink
ajax-command: Added translations for custom ajax command. (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel303 authored and jmolivas committed Jan 11, 2018
1 parent 9dd8e80 commit f3e72ee
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions translations/generate.ajax.command.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
description: 'Generate & Register a custom ajax command'
help: 'The <info>generate:ajax:command</info> command helps you generate a new custom ajax command.'
welcome: 'Welcome to the Drupal Ajax generator'
options:
module: 'The Module name.'
class: 'Ajax Class name'
method: 'Custom ajax method'
questions:
module: 'Enter the module name'
class: 'Enter the Ajax class name'
method: 'Enter the render method name'

0 comments on commit f3e72ee

Please sign in to comment.