doofinder / doofinder-magento2

Open Software License 3.0
10 stars 9 forks source link

Send the full language code while creating the store #245

Closed pedromcp90 closed 1 year ago

pedromcp90 commented 1 year ago

Now we send the full locale "en-US" instead of the lang code "en".

And this is the installation config:

{"trigger": "#search", "defaults": {"hashid": "bba89b8e18b5436c909e1b297c3d09a7", "currency": "USD", "language": "en-US"}, "url_hash": true, "search_engines": {"en-US": {"USD": "bba89b8e18b5436c909e1b297c3d09a7"}, "es-ES": {"USD": "331530132a5dd048eb6f0c3646257e52"}, "fr-BE": {"USD": "cc54c0d33c44d89268a2d166babc8ab7"}, "fr-FR": {"USD": "fa7884b267b2e8e0b5480804a50aaaa8"}}}

image