Hello Jon,
I work at Mergado technologies s.r.o. as a consultant for e-shop solutions and I was interested in your problem, if I can solve it 😏.
I came up with one solution using our Mergado products. It was a little bit complicated. But then I realized that all you need was Google Sheets. Maybe it will help you. 😉
So my solution:
- Export categories in Prestashop administration categories as .csv
- The same .csv export import into google sheets.
-
Add the columns for translation. look at the screen. And then use function
=GOOGLETRANSLATE(D2,"en","de")
on the columns for translation. https://jakemiller.net/translate-in-google-sheets/
-
Now download as .csv
- Import back to prestashop and match the data.
- So thats it.
Of course, translation may not be correct, but it is a quick solution. Then you can check the translations and correct them and do steps 4 to 6 again.
I hope I helped somehow