![]() |
|
How to reflect my change of zenphoto.mo - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: How to reflect my change of zenphoto.mo (/thread-13510.html) |
How to reflect my change of zenphoto.mo - aero - 2021-01-22 I changed mgstr text of msgid "gallery" and made a customized zenphoto.mo using Poedit. How to reflect my change of zenphoto.mo - aero - 2021-01-22 Sorry, I forgot my purpose. How to reflect my change of zenphoto.mo - acrylian - 2021-01-22 If you use Poedit it will generate a .mo. and a .po file. The .mo file is used for the actual translation so you need to replace both existing ones.
Well, what theme? Not all third party themes support gettext translation and not all strings are gettexted anyway. "Gallery" may also often the standard site title if you didn't name it otherwise. EDIT: My colleague just reminded me: In PHP 7+ there seems to be an issue with refreshing changes in these file. This is as far as we know a PHP core / server side problem we cannot do anything about so far. How to reflect my change of zenphoto.mo - fretzl - 2021-01-22 Apparently there's a bug in the Apaches' mod_perl module which causes translations not to work. You can try to disable the mod_perl module. How to reflect my change of zenphoto.mo - aero - 2021-01-22 Thanks a lot, Unfortunately my server service provider doesn't offer change of Apache definition. I did necessary changes of zenphotp.mo and re-installed. I am a little bit sad!! How to reflect my change of zenphoto.mo - acrylian - 2021-01-23 We are too. This appears to be a rather new issue. Sadly there is nothing that can be done about this. |