Hi Cyrax,
The problem is with the web server serving the page you're trying to
translate.
That webserver fails to specify any Cache control headers
http://www.google.com/search?q=cache+control+header
Thus Google proxies that fetch the page before translation have to
guess how long the page can be cached for. Clearly they're guessing
longer than is appropriate.
Google Translate will obey cache control headers, so fix those
headers, and the translation should always be appropriately fresh.
Hope that helps,
Josh
On Apr 9, 11:16 pm, Cyrax wrote:
> This is the source URL and its contents change
> weekly:http://www.falcom.co.jp/mailorder/special/special.html
>
> Google translate cached last week's contents and now refuses to empty
> the cache no matter how many refreshes and so it continue to produce
> last week's translated results.
>
> Here's the link I've been using to integrate it to my site:
>
> http://translate.google.com/translate?prev=_t&hl=en&ie=UTF-8&u=http%3...
>
> Is there some parameter I can pass to force it to empy the cache?
> Perhaps a certain value can be passed to history_state0??
>
> Anybody know what can be done?