Hello,
I'm updating my theme for ZP 1.4.6 RC1 . I've replaced setThemeDomain("photoblog2"); (obsolete) by setupDomain("photoblog2"); (as suggested), but I don't have no more translation.
You also have to set the type of the domian as there are three:
setupDomain("photoblog2", "theme");
Thanks acrylian !