Skip to content

Commit

Permalink
messages for command generate theme setting (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
nequeteme authored and enzolutions committed Sep 27, 2019
1 parent 7afb7ab commit d0a2096
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
3 changes: 3 additions & 0 deletions translations/common.yml
Expand Up @@ -8,9 +8,11 @@ options:
tags: 'Set service tags from the container.'
inputs: 'Create inputs in a form.'
permissions: 'Create permissions.'
theme: 'The Theme name'
questions:
class: 'Enter the Class name'
module: 'Enter the module name'
theme: 'Enter the theme name'
extension: 'Enter the extension name'
extension-type: 'Enter the extension type'
confirm: 'Do you want proceed with the operation?'
Expand Down Expand Up @@ -55,3 +57,4 @@ messages:
move-phar: 'Accessing console from anywhere on your system'
quick-start: 'Download, install and serve Drupal 8'
available-field-types: 'Available types: <comment>%s</comment>'
theme: 'The %s theme is not instaled'
30 changes: 30 additions & 0 deletions translations/generate.theme.setting.yml
@@ -0,0 +1,30 @@
description: 'Generate a setting configuration theme'
help: 'The <info>generate:theme:setting</info> command helps you generates a config YML file.'
welcome: 'Welcome to the Drupal theme setting generator'
options:
theme: 'The theme name'
theme-path: 'The path of the theme'
favicon: 'Favicon supplied by the theme'
comment-user-picture: 'User pictures in comments'
comment-user-verification: 'User verification status in comments'
node-user-picture: 'User pictures in posts'
logo: 'Logo supplied by the theme'
merge-existing-file: 'Merge the configuration with the existing file'
questions:
theme: 'Enter the new theme name'
theme-path: 'Add the path of the theme'
favicon: 'Use the favicon supplied by the theme'
comment-user-picture: 'Use the user pictures in comments'
comment-user-verification: 'Use the user verification status in comments'
node-user-picture: 'Use the user pictures in posts'
logo: 'Use the logo supplied by the theme'
merge-existing-file: 'Merge the configuration with the existing file'
suggestions:
my-awesome-theme: 'My Awesome theme'
other: 'Other'
warnings:
module-unavailable: 'Warning The following modules are not available in your local environment "%s"'
errors:
theme: 'The name theme "%s" is invalid.'
directory-notexists: 'The target directory "%s" not exists.'
examples:

0 comments on commit d0a2096

Please sign in to comment.