Ticket #80 (closed enhancement: fixed)
Mass Translations
| Reported by: | looki | Owned by: | ofer |
|---|---|---|---|
| Priority: | critical | Milestone: | Beta wordpress plugin (0.5) |
| Component: | WordPress Plugin | Version: | 0.4.3 |
| Keywords: | mass translation | Cc: |
Description
I would like to see the possibility to translate all my posts on my site at one click.
I mean, I would like to see an option in the Transposh interface to enable me to choose to translate all my site at the time of my click, or in the background. When implementing this, would be necessary to put an interval of at least 1 minute or 2 between translations.
The reason of I need it is too simple, to get new users from other countries, it is necessary to have the posts translated and sitemaped to be submitted to the search engines.
Change History
comment:2 Changed 7 months ago by looki
- Version changed from 0.4.1 to 0.4.2
Thank you very much,
The mass translation you implemented give a great speed up when loading a page. Now, you need to extend it to process old posts in background.
Thanks for the support.
comment:3 Changed 7 months ago by looki
- Priority changed from major to critical
Hi again,
I noticed that Transposh is giving a side effect and is doing a slowdown on the backend loading. I suppose it is happening because it is using a lot of resources of my server. So, it would be better to try make it to process like "background" mode. Or, if the the problem is not about background processing [low priority], maybe there exist a buggy.
By the way, the translation is all ok.
Thanks.
comment:4 Changed 7 months ago by looki
Hi,
I have some suggestions I thought is very good to implement, they are all related to mass translations:
-Load Transposh scripts when editing posts only when the post was not translated yet, it means, new posts, or older posts before Transposh installation. It would use less CPU and memory.
-Priority language translations [trac.transposh.org/ticket/90]
-Regulation of priority for mass translation [trac.transposh.org/ticket/91]
comment:5 Changed 6 months ago by ofer
- Keywords mass translation added
- Status changed from accepted to closed
- Version changed from 0.4.2 to 0.4.3
- Resolution set to fixed
Solved in [386] now with a button allowing a translate all process to start that will:
load for each post the untranslated phrases,
translate them,
wait for a minute,
do it again until its over... :)
