dev-master
9999999-dev http://drupalconsole.com/Drupal Console Japanese Language
GPL-2.0+
The Requires
by David Flores
by Omar Aguirre
development console symfony drupal
Drupal Console Japanese Language
DrupalConsole Japanese Language / 日本語で, (*1)
Drupal Console project it's installed per each Drupal 8 website with English language by default., (*2)
To install Drupal Console package for Japanese language run the following instructions, (*3)
$ composer require drupal/console-ja
To install the appropriate version of Drupal Console project for your drupal installation, run the following composer command, (*4)
$ composer require drupal/console:~1.0 --prefer-dist --optimize-autoloader
In order to avoid conflicts between Drupal release and have a Drupal Console version between major and minor releases in Drupal, a Drupal Console launcher was created. n order to facilitate to load the Drupal Console commands available to each Drupal 8 website,, (*5)
Following the instruction below you could install the global application for Drupal Console launcher., (*6)
$ curl https://drupalconsole.com/installer -L -o drupal.phar # Or $ php -r "readfile('https://drupalconsole.com/installer');" > drupal.phar $mv drupal.phar /usr/local/bin/drupal $ chmod +x /usr/local/bin/drupal
If you want to contribute to this translation, you need to follow this steps, (*7)
In order to be updated with other contribution you must to setup a connected with main repository using the following git command, (*8)
$ git remote add upstream git@github.com:hechoendrupal/drupal-console-ja.git
To fetch the latest contribution before to start, you must run the next commands, (*9)
$ git fetch upstream $ git merge upstream/master
N.B: Push your changes to your forked repository in order to create PR per day to avoid any conflicts with other contributors., (*10)
Check instructions at https://github.com/hechoendrupal/drupal-console-en, (*11)
Drupal Console Japanese Language
GPL-2.0+
development console symfony drupal