First of all, I would like to thank the developers of this nice software. It's easy to offer a multilingual website with GTranslate and thats a really nice feature!
We upgrade to the pro version to get all the features.
But there is a problem I don't find a solution for, perhaps you may help me:
The translation only work correct if I use ?force_translation=1 at the end of the link. Once have I translate this link (site), it will work without the ?force_translation=1, because it is in the cache now (I think). I also tryed to modify the .htaccess file to force the translation (one row):
- Code: Select all
RewriteRule ^([a-z]{2}|zh-CN|zh-TW)$ /gtranslate/translate.php?lang=$1&force_translation=1 [L,QSA]
But unfortunately it wont work. Only the sites in the cache are working (because I manually translated them with ?force_translation=1)
Do you have any idea? Thanks in advance!