-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GB Locale files #1438
GB Locale files #1438
Conversation
Good job! It'd probably be helpful if you committed the US English files first and then committed again with your changes; that way it'd be easy to see what you've changed :). |
Ah Ok - I will know for next time. I have not made any changes to the en_US files - all the changes I have made are in directories called “en_GB” so it should be clear as these directories don’t exist in the original Magento2 repository. in other words if its in a directory called en_GB its mine and there are approximately 78 files. Cheers Hillary
|
So its additional files in the i18n/magento https://github.com/magento/magento2/tree/develop/app/i18n/magento directories, that I have added - path is for example, /app/i18n/magento https://github.com/magento/magento2/tree/develop/app/i18n/magento/en_gb/ Cheers, Hillary
|
We have automated a Magento Contributor License Agreement verifier for contributions sent to our GitHub projects. |
The new required |
Hi @hillzzz, are you still interested in your pull request? If yes, could you please sign License Agreement and update information? |
Closing due to lack of reply from OP. |
Bugs - MAGETWO-67092 Table salesrule_product_attribute is not populated when upgrading to 2.2 - MAGETWO-70540 Edit bundle product from shopping cart work unexpected - MAGETWO-67037 core_config_data table is not populated correctly when upgrading from 2.1 to 2.2
I have written the GB Locale files and inserted them into what I hope are the correct locations - these turn "Tax" into "VAT" "Cart" into "Basket" and enable UK English specific spellings etc. I hope it will help UK specific sites to get started more quickly. Thanks. Hillary