ZenphotoCMS Forum
No more localization in my theme - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Translating (https://forum.zenphoto.org/forum-8.html)
+--- Thread: No more localization in my theme (/thread-11781.html)



No more localization in my theme - ClicClac - 08-05-2014

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.




No more localization in my theme - acrylian - 08-05-2014

You also have to set the type of the domian as there are three:

  • NULL = main zenphoto translation
  • "theme"
  • "plugin"



No more localization in my theme - ClicClac - 08-05-2014

setupDomain("photoblog2", "theme");

Thanks acrylian !