A language pack for UK English for Magento2, forked and updated from a repository by Mageplaza.
Find a file
2025-07-19 17:01:05 +00:00
composer.json Move vendor from mageplaza to jro. 2025-07-19 10:41:13 +00:00
COPYING.txt Move vendor from mageplaza to jro. 2025-07-19 10:41:13 +00:00
en_GB.csv Replace instances of 'shipping' with 'delivery'. 2025-07-19 17:01:05 +00:00
language.xml Move vendor from mageplaza to jro. 2025-07-19 10:41:13 +00:00
MIT_LICENSE.txt Move vendor from mageplaza to jro. 2025-07-19 10:41:13 +00:00
README.md Add troubleshooting tip to README file. 2025-07-19 16:38:13 +00:00
registration.php Move vendor from mageplaza to jro. 2025-07-19 10:41:13 +00:00

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.