I have the same problem, but to translate to Portuguese.
I create a ant file (build.xml) with "replacefilter" commands to translate
the published pages, and every time i publish it, all I have to do is to
run this ant task and it automatically translates the entire site.
You have to be aware that image names and links should not be translated,
so there is a workaround at the end the file to avoid this. Hope this
helps while there is no better solution.
here is a build.xml sample
<project name="project" default="default">
<description>
description
</description>
I have the same problem, but to translate to Portuguese.
I create a ant file (build.xml) with "replacefilter" commands to translate
the published pages, and every time i publish it, all I have to do is to
run this ant task and it automatically translates the entire site.
You have to be aware that image names and links should not be translated,
so there is a workaround at the end the file to avoid this. Hope this
helps while there is no better solution.
here is a build.xml sample
<project name="project" default="default">
<description>
description
</description>
Tarcisio Pereira Messages: 10 Registered: April 2011 Location: Brazil
Junior Member
José Neto, consegui entender ant task e criar meu próprio xml aqui e funcionou. Foi com base no seu código e alguns estudos. Muito obrigado. E caso alguém se interesse, posso compartilhar algum material ou informação.