Problem/Motivation

Thanks for this wonderful module.

I have installed the module but Store locator entity is shown as non translateable. I want the stores to be translateable.

Is there any way to enable it?

Comments

zuhair_ak created an issue. See original summary.

geoanders’s picture

You should be able to enable translation here: /admin/config/regional/content-language

Tick off the checkbox for Store locator.

geoanders’s picture

Actually, looks like the custom entity is missing the translatable = TRUE in the annotation.

Would most likely require an update hook to make the custom entity translatable and additional supporting changes to the module. So currently, as it stands, the module doesn't support this at the moment.

geoanders’s picture

Title: Multi lingual support » Multi-lingual support
Category: Support request » Feature request
zuhair_ak’s picture

@geoanders Thanks for the reply. We manually added the translateable option in the custom entity for the time being following this doc - https://www.drupal.org/docs/develop/translating-custom-entities

geoanders’s picture

Title: Multi-lingual support » Make StoreLocator entity translatable

  • geoanders committed 00f8fb3 on 3.x
    Issue #3313217: Make StoreLocator entity translatable.