-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[composerize] Add translations. (#148)
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
description: 'Converts Drupal codebase to composer.' | ||
options: | ||
hide-packages: 'Hide display of packages.' | ||
include-version: 'Include version on suggested result command.' | ||
messages: | ||
name: 'Name' | ||
version: 'Version' | ||
dependencies: 'Dependencies' | ||
module: 'Module(s) detected' | ||
theme: 'Theme(s) detected' | ||
from: 'From your project root:' | ||
execute: 'Execute this command:' | ||
ignore: 'To ignore third party libraries, modules and themes add to your .gitignore file:' |