Skip to content

Commit d0a2096

Browse files
nequetemeenzolutions
authored andcommitted
messages for command generate theme setting (#255)
1 parent 7afb7ab commit d0a2096

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

translations/common.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ options:
88
tags: 'Set service tags from the container.'
99
inputs: 'Create inputs in a form.'
1010
permissions: 'Create permissions.'
11+
theme: 'The Theme name'
1112
questions:
1213
class: 'Enter the Class name'
1314
module: 'Enter the module name'
15+
theme: 'Enter the theme name'
1416
extension: 'Enter the extension name'
1517
extension-type: 'Enter the extension type'
1618
confirm: 'Do you want proceed with the operation?'
@@ -55,3 +57,4 @@ messages:
5557
move-phar: 'Accessing console from anywhere on your system'
5658
quick-start: 'Download, install and serve Drupal 8'
5759
available-field-types: 'Available types: <comment>%s</comment>'
60+
theme: 'The %s theme is not instaled'
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
description: 'Generate a setting configuration theme'
2+
help: 'The <info>generate:theme:setting</info> command helps you generates a config YML file.'
3+
welcome: 'Welcome to the Drupal theme setting generator'
4+
options:
5+
theme: 'The theme name'
6+
theme-path: 'The path of the theme'
7+
favicon: 'Favicon supplied by the theme'
8+
comment-user-picture: 'User pictures in comments'
9+
comment-user-verification: 'User verification status in comments'
10+
node-user-picture: 'User pictures in posts'
11+
logo: 'Logo supplied by the theme'
12+
merge-existing-file: 'Merge the configuration with the existing file'
13+
questions:
14+
theme: 'Enter the new theme name'
15+
theme-path: 'Add the path of the theme'
16+
favicon: 'Use the favicon supplied by the theme'
17+
comment-user-picture: 'Use the user pictures in comments'
18+
comment-user-verification: 'Use the user verification status in comments'
19+
node-user-picture: 'Use the user pictures in posts'
20+
logo: 'Use the logo supplied by the theme'
21+
merge-existing-file: 'Merge the configuration with the existing file'
22+
suggestions:
23+
my-awesome-theme: 'My Awesome theme'
24+
other: 'Other'
25+
warnings:
26+
module-unavailable: 'Warning The following modules are not available in your local environment "%s"'
27+
errors:
28+
theme: 'The name theme "%s" is invalid.'
29+
directory-notexists: 'The target directory "%s" not exists.'
30+
examples:

0 commit comments

Comments
 (0)