Version 2.15 of the translation script is now available.
2.15 is a fix for a change in the code which Google injects into translated pages.
Upgrading to this newest release is highly recommended.
Printable View
Version 2.15 of the translation script is now available.
2.15 is a fix for a change in the code which Google injects into translated pages.
Upgrading to this newest release is highly recommended.
Can I please have a document or maybe some URL which explain features, and working process of this script?
Take a look at the other stickies in the Translation Script Support Forum. :)
Thanks for pointing the thread, I missed it among others. Anyways, I've more questions.
The thread says script works automatically.
How are the pages published on the site?
I get the control to publish them on my own wish or everything (finding new page, translation, publishing) is automated?
I get the control to use it for specific categories on the blog or it will translate every new page?
Phew! This translation thing sounds interesting but I need to understand the working more clearly :D :o
It's all automated.
You can block directories and file types from being translated by editing ~/translate/.htaccess:
Code:# Directories that are not translated
RewriteRule ^[^/]+/[^/]+/(bookstore)/(.*)$ ../$1/$2 [L]
RewriteRule ^[^/]+/[^/]+/(store)/(.*)$ ../$1/$2 [L]
RewriteRule ^[^/]+/[^/]+/(graphics)/(.*)$ ../$1/$2 [L]
RewriteRule ^[^/]+/[^/]+/(forum)/(.*)$ ../$1/$2 [L]
RewriteRule ^[^/]+/[^/]+/(icons)/(.*)$ ../$1/$2 [L]
RewriteRule ^[^/]+/[^/]+/(wallpapers)/(.*)$ ../$1/$2 [L]
RewriteRule ^[^/]+/[^/]+/(avatars)/(.*)$ ../$1/$2 [L]
RewriteRule ^[^/]+/[^/]+/(clip-art)/(.*)$ ../$1/$2 [L]
RewriteRule ^[^/]+/[^/]+/(show)/(.*)$ ../$1/$2 [L]
RewriteRule ^[^/]+/[^/]+/(free-fonts)/(.*)$ ../$1/$2 [L]
# Various file extensions that are not translated
RewriteRule ^[^/]+/[^/]+/(.*)\.(dll|zip|sit|hqx|rar|asp|js|php|pdf|xls|gif|png|jpg|bmp|css|ico|GIF|JPG|PNG)$ ../$1.$2 [L]
what is the upgrade procedure ?
Replace the needed files OR it's automatic ?
To upgrade, just replace the old files with the new files and make the configuration changes for your site.
thanks alot! i think i have used an older version on my sites and am quite pleased w/ translation function!
I have done everything (apparently not) It appears to be working and redirects from Main Page
to
http://www.chaseswork.com/lang/es/blog/Main-Page.php
but once there I no longer see anything. What did I forget to do? My php info has safe mode off and cUrl mode is enabled. I am running translate ver 2.15
I have also removed php from the list of extensions not translated. everything appears to be working im just not sure why i am only seeing white once i click the spanish flag in the nav bar.
thanks in adavance for your help.
What does the error log for your Apache virtual host show when you click the Spanish flag?