-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Description
Summary (*)
Magento 2.3-develop
I want to be able to change the translations for the country options names that display on the checkout shipping and billing address forms. Usual translations through csv don't work.
I have found that the current translations are located in this folder: /vendor/magento/zendframework1/library/Zend/Locale/Data/
I have tried to edit the files inside (even thought its vendor), but it's still not working.
Steps to reproduce (*)
- Setup website, store and store view with locale mk_MK.
- Added translations file: app/design/frontend/Optiweb/owtheme/i18n/mk_MK.csv with content:
"Country","Country Translated"
"Северна Македонија","severna makedonija"
- Flushed cache.
- Add product to cart and go to checkout shipping address form
Expected result (*)
All will be translated
Actual result (*)
Translation works only for "Country"

Proposed solution
I think there should be a way to change this translations (csv, from admin or any other option). In our example the country on checkout is the only string that is in Cryrilic script, which is bad user experience. And also the country name changed this year to "Northern Macedonia", so we should be able to change it somehow.