- Issue created by @kallado
Automatically closed - issue fixed for 2 weeks with no activity.
Translating a huge amount of nodes could have a better performance if runned inside a Drush command.
Add a drush command to module.
ant_bulk:translate [anttrans]
Arguments:
type Content type machine name to translate.
language Language id translate.
Options:
--overwrite[=OVERWRITE] Overwrite current translations defaults to false
--size[=SIZE] Batch size. All if ommited
Example:
ant_bulk:translate article fr --overwrite=true size=100
Active
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.