2017 © Pedro Peláez
 

drupal-console-language console-ko

Drupal Console Korean language

image

drupal/console-ko

Drupal Console Korean language

  • Friday, July 14, 2017
  • by dmouse
  • Repository
  • 4 Watchers
  • 0 Stars
  • 0 Installations
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

drupal-console-ko

DrupalConsole Korean Language / 한국어, (*1)

한국판

Usage

Drupal Console project it's installed per each Drupal 8 website with English language by default., (*2)

To install Drupal Console package for Korean language run the following instructions, (*3)

$ composer require drupal/console-ko

Install Drupal Console

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

Install Drupal Console launcher

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

Contribute

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-ko.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)

English Version

Check instructions at https://github.com/hechoendrupal/drupal-console-en, (*11)

The Versions

14/07 2017

dev-master

9999999-dev http://drupalconsole.com/

Drupal Console Korean language

  Sources   Download

GPL-2.0+

The Requires

 

by Omar Aguirre

development console symfony drupal