I've been looking for boxes translation for a while. This module seems to be exacly what I'm looking for. I've enabled it, along with i18n-7.x-1.5. I can translate my boxes but it still render the not translated box when I switch language.

I notice the disclaimer

there were a couple issues with i18n_strings module that we had to resolve

and wonder if I have to apply any patch or use specific version of any modules to make it work.

I also had to patch context so it can work ok with block translation. So I wonder if i18n_boxes works smoothly with context.

Any help would be much appreciated.

Comments

jwilson3’s picture

> I've enabled it, along with i18n-7.x-1.5. I can translate my boxes but it still render the not translated box when I switch language.

It would be helpful to know exactly how you're translating the strings. AFAICT there are a couple possible ways to translate the strings. Are you using the i18n_strings UI, or the on-screen translation with l10n_client?

We use the l10n_client here but had to do the following to get it all working together:

* Update l10n_client to 7.x-1.x-dev snapshot, to fix i18n_strings integration.
* Patch: i18n_string integration with l10n_client (http://drupal.org/node/1427614)

Let us know if either of these solve your first problem.

Regarding the second issue (context integration), I'm pretty sure boxes and contexts work well together, since they were written hand-in-hand by the same guys (originally from Development Seed). So, I don;t see why i18n_boxes *wouldn't* work also. Please just let us know on another issue if you're running into specific issues.

jwilson3’s picture

Version: 7.x-1.0 » 7.x-1.x-dev
Status: Active » Closed (fixed)

Most of the integration issues with other modules have long since been resolved. I've added a README.txt to 7.x-1.x-dev. If someone is still having issues with latest versions of the dependent modules, feel free to start a new issue.