You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The class TranslatedLists::getCountryTranslation(...) returns the country names. Unfortunately, the translations file de_DE.csv contains a translation for "United States" and "United Kingdoms", which causes the german translation to end up in "full_name_english"
TranslatedLIsts passes the country name through translation again.
Hi,
I just encoutered an issue when querying the available countries via the /rest/directory/countries Endpoint.
The response returns a json for every available country
The class
TranslatedLists::getCountryTranslation(...)
returns the country names. Unfortunately, the translations file de_DE.csv contains a translation for "United States" and "United Kingdoms", which causes the german translation to end up in "full_name_english"TranslatedLIsts passes the country name through translation again.
Those translations are added by this module. Maybe they should be removed ?
https://github.com/splendidinternet/Magento2_German_LocalePack_de_DE/blob/41c35605bae1582d3422e4f086864017ff164835/de_DE.csv#L12483
https://github.com/splendidinternet/Magento2_German_LocalePack_de_DE/blob/41c35605bae1582d3422e4f086864017ff164835/de_DE.csv#L12486
The text was updated successfully, but these errors were encountered: