Credit: maderlock <https://github.com/maderlock> Reference: https://github.com/mageplaza/magento-2-english-united-kingdom-language-pack/issues/3 |
||
---|---|---|
composer.json | ||
COPYING.txt | ||
en_GB.csv | ||
language.xml | ||
MIT_LICENSE.txt | ||
README.md | ||
registration.php |
Jro - Magento 2 English United Kingdom Language Pack
This project is derived from a language pack by Mageplaza
Installation
Simply download using composer, deploy static content, and flush caches.
composer require jro/en_gb_lang_pack
bin/magento setup:static-content:deploy en_GB -f
bin/magento cache:flush
Troubleshooting
If the store continues to show untranslated text in some places, this may be because of further caching of page components.
Try deleting from the following two folders, and then rerun the static content deployment:
rm var/view_preprocessed/pub/static/* -rf
rm pub/static/* -rf
Note: As with all file deletions, please make sure you know what you are deleting before running the command, because only you are responsible for any accidental file deletion!
Licence
The language pack is licensed under GNU GPLv3. See the COPYING file for details.
The original Mageplaza language pack is licensed under MIT. See the MIT_LICENSE.txt file for details.
Author
James Oakley
magentodev@m3.oakleys.org
https://git.oakleys.org
https://www.oakleys.org.uk
Mageplaza team
hi@mageplaza.com
https://www.mageplaza.com
Homepage
The homepage of this extension is https://git.oakleys.org/JamesOakley-MagentoDev/magento-engb-langpack
Please use the issue queue there for any support requests.
It is the intention to keep this language pack current and maintained. Issues correcting missed or incorrect translations, or adding strings relevant to newer versions of Magento2, will be particularly welcomed. Please propose patches or pull requests.
This extension is provided “as-is” so support is on a goodwill and best-effort basis.