Ticket #73 (closed defect: fixed)
title not translated on publish
| Reported by: | datapharmer | Owned by: | ofer |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.5 - Beta wordpress plugin |
| Component: | Parser | Version: | 0.3.9 |
| Keywords: | title, auto, translate, publish | Cc: |
Description
<title> is not being translated when translate on publication is selected. I am not sure if this also affects Description and Keywords meta tags or not. The title is successfully translated during auto-translate on page load in the front-end when the option is selected, but is not replaced with translated text until the page is reloaded.
On a side note I am still having trouble with only parts of the description and virtually no keywords being translated (using all-in-one-seo pack, not sure if that affects anything).
Change History
Note: See
TracTickets for help on using
tickets.

This is attempted on get_post_phrases function in post_publish.php, trying to autotranslate tags, title, etc, this is not perfect, but I think that with a proper theme files the results should be quite right.