I want something that will allow me to easily convert boxes from standard formats to translatable format (i18n_boxes)

Comments

jwilson3’s picture

Maybe try this:
use features to export the regular boxes, with content.... then figure out what an exported i18n_box differs from a regular box at a code level (eg create an example i18n_box and export it to a separate test feature). Finally, compare the regular box with the i18n box in the code, and make the necessary code changes to convert all your other existing boxes to i18n boxes. This is untested, so I'm not sure this will work, but it's worth a try.