![]() |
|
Translation don't works - 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: Translation don't works (/thread-4000.html) |
Translation don't works - Jefff - 31-10-2008 Hi, I did install Zenphoto in my site, but my host don't have the gettex support and, now, the brazilian portugueses translation (1.1.6) and the Portugal portuguese translation (1.2), don't works in my Zenphoto. Or better: no one translation works in my site. I did read the Zenphoto translation manual and I did everything write there, but didn't help me. What can I do? Translation don't works - acrylian - 31-10-2008 I am sorry Zenphoto requires gettext support for translations. Maybe try to ask your host if they can install it for you. Translation don't works - Jefff - 31-10-2008 It's posible translate the script manually? What the archive? Translation don't works - Jefff - 31-10-2008 I need translate no more that the basic: comments (comentários, comentar), rating (votar), see galleries (ver galerias), etc... Translation don't works - flu - 31-10-2008 Another trick if you have no other solutions : ` Translation don't works - acrylian - 31-10-2008 Of course you can also translate the terms you need in your theme directly. Translation don't works - Jefff - 31-10-2008 acrylian, I did translate all my theme, but I don't find the terms "Rating (Total Votes)". Where I find it? Translation don't works - sbillard - 31-10-2008 There is much more text to be translated than just the strings in your theme files. If you are using plugins, each plugin may need to be translated. Also template functions used may need translation. You really should try to convince your ISP to add gettext support to your PHP. If they will not I would seriously consider changing to a better ISP. Translation don't works - Jefff - 31-10-2008 Yes, sbillard, I agree with you. No questions. I'll resolve this problem in my next step. But in this moment my site is stopped and I need translate the necessary for the moment. You may understand: "all my theme translated", like "all necessary translated"."Rating" is not translatable? Please, help me! Translation don't works - sbillard - 01-11-2008 line 171, image_album_statistics.php. I would recommend you invest in a good tool to let you search for these strings in the zenphoto source. You will most likely need it. Translation don't works - Jefff - 02-11-2008 sbillard, The rating don't change and no more works. What I did:
} Translation don't works - sbillard - 02-11-2008 Don't use the gettext() function. That is there to allow the text to be translated from the English. |