Today’s release of transposh plugin includes a new control panel for the plugin. This new control panel offers better usability and statistics for the plugin. Also included is a feature that allows you to translate the default language as well. This is good for the case you are writing your blog in more than one language, or your readers leave comments in multiple languages. I would like to thank Db0 for suggesting this new feature.
One of the improved usability features of this release is that the control page now include a link to suggest new features (or report bugs) so feel free to use it!
Works like a charm however there are two concerns with this method. Since it now automatically starts translating every page, even those written in the default language, it may increase the load on the server and the DB. Second, it creates even more opportunity for vandalism and spammination as someone can easily deface your main pages. The second is my largest concern.
Hi. Quick question. I suppose Transposh cannot be used on google blogs, like mine ?
Hi. The Quick answer, not yet – but quite soon, I’ll mail you when its ready for testing if you want.
Absolutely, that’d be excellent. Thanks.
Hello,
first, thank you for this great plugin!
i have some problems. I can only see the “Edit Translation” box, when i “Enable default language translation”. It doesent matter which previleges i give. And this enables me, only to translate the default language.
Without this setting, i just see the flags.
If the html umlauts are coded like ä for ä as example, the plugin is in trouble.
Hi again,
the problem seems to be the Arthemia theme. i tryd in in another theme, there the edit box apperas.
Still the problem with the umlauts
Hi Ofer.
I want to change the flag for english from US to GB.
I worked out how to do it in the code on the constants.php
I changed line;
$languages = array(“en” => “English,us,1”,
to
$languages = array(“en” => “English,gb,1”,
This works fine but obviously it reverts back to US after an upgrade.
I think it would be nice to be able to change it in the gui if at all possible.
Many thanks.