You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting behavior similar to #261 the help text isn't translating for my custom command I generated using Drupal Console.
I'm using Drupal 8.8.2 and Drupal Console 1.9.4 with a vanilla install using composer to manage dependencies.
I created a custom module in the modules directory and a basic custom_module.info.yml file. I then ran drupal generate:command trying to make a new command.
The command shows up in list
$ drupal list | grep form:submit
form:submit commands.form.submit.description
The file console/translations/en/form.submit.yml exists in the custom_module root directory but it's still not pulling the text in the translation file correctly.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
I'm getting behavior similar to #261 the help text isn't translating for my custom command I generated using Drupal Console.
I'm using Drupal 8.8.2 and Drupal Console 1.9.4 with a vanilla install using composer to manage dependencies.
I created a custom module in the modules directory and a basic
custom_module.info.yml
file. I then randrupal generate:command
trying to make a new command.The command shows up in
list
The file
console/translations/en/form.submit.yml
exists in thecustom_module
root directory but it's still not pulling the text in the translation file correctly.Any help would be appreciated.
The text was updated successfully, but these errors were encountered: