Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cubewebsites/magento2-language-en-gb
Magento2 British Language Pack (en_GB)
https://github.com/cubewebsites/magento2-language-en-gb
Last synced: 28 days ago
JSON representation
Magento2 British Language Pack (en_GB)
- Host: GitHub
- URL: https://github.com/cubewebsites/magento2-language-en-gb
- Owner: cubewebsites
- License: mit
- Fork: true (bnspayments/magento2-language-en-gb)
- Created: 2017-06-09T01:42:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T14:43:01.000Z (over 3 years ago)
- Last Synced: 2024-11-13T16:48:02.553Z (29 days ago)
- Language: PHP
- Size: 352 KB
- Stars: 3
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-magento2 - en_GB - British Language Package. (Open Source Extensions / Localization)
- awesome-magento2 - en_GB - British Language Package. (Open Source Extensions / Localization)
README
# Links
* Website: https://github.com/cubewebsites/magento2-language-en-gb
# What's Up With The Fork?
This fork is created from the original for 3 main reasons:
1. The original doesn't install
1. When it does install, it doesn't load
1. When it does load, it turns out that for some reason half the translations are in French!As well as fixing the above issues, I've also updated a **lot** of the translations to meet my requirements.
## Why Include 3rd Party Themes?
Themes normally contain translation files inside the theme which mostly works fine. However, for theme translations that are passed to JS (Knockout) Magento won't pick them up from the theme folder and they need to be included in the language pack instead.
# Installation
## Composer method
```
cd
composer require cubewebsites/magento2-language-en-gb:*
php bin/magento cache:clean
```To update package
```
cd
composer update cubewebsites/magento2-language-en-gb
php bin/magento cache:clean
```## Download repository method
Download file: https://github.com/cubewebsites/magento2-language-en-gb/archive/master.zip
```
cd
Create folder your-magento-path/app/i18n/cubewebsites/en_gb and extract zip into path.
php bin/magento cache:clean
```
# ContributeFeel free to submit updates, corrections and other 3rd-party theme translations and I'll get them added