Jonrose Posted December 6, 2019 Share Posted December 6, 2019 Hello PrestaShop Experts, I would like to gather your suggestions on the following challenge: 1. We need to export a product category. Within the category, there are roughly 520+ items 2. These 520+ articles need to be translated, specifically title, description etc. One source language + five output languages 3. Once translation is complete, we would like to import it back to the backend via CSV or any other file through a module in admin panel The main premise here is we need to translate 520+ items to 5 other languages, meaning each item has a total of 6 translated text. Initially our approach was to export the products, translate them and import them back in. Is there any other more seamless or effective approach you could recommend? Thank you Regards Jon Link to comment Share on other sites More sharing options...
petr.mindl Posted December 10, 2019 Share Posted December 10, 2019 (edited) 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 Edited December 10, 2019 by petr.mindl text correct (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now