Skip to content
This repository has been archived by the owner on Feb 5, 2018. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 592 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 592 Bytes

Links

Installation

Composer method

cd <your magento path>
composer require bns/magento2-language-en-gb:*
php bin/magento cache:clean

To update package

cd <your magento path>
composer update bns/magento2-language-en-gb
php bin/magento cache:clean

Download repository method

Download file: https://github.com/bns/magento2-language-en-gb/archive/master.zip

cd <your magento path>
Create folder your-magento-path/app/i18n/bns/en_gb and extract zip into path.
php bin/magento cache:clean