ilovekutchi.com Posted February 10, 2014 Share Posted February 10, 2014 It's a bit of a "pain in the ass" to have to translate manually all the "SEO & URLs" section and country names... 1 Link to comment Share on other sites More sharing options...
vekia Posted February 10, 2014 Share Posted February 10, 2014 about what language you're talking? Link to comment Share on other sites More sharing options...
ilovekutchi.com Posted February 11, 2014 Author Share Posted February 11, 2014 Any language but the one that is preinstalled. For example, I downloaded prestashop in English and then installed Spanish language. Countries and "SEO & URLs" sections were not translated to english. I also had a PS version totally in Spanish (from my hosting provider), installed English language, and the got same problem: countries and "SEO & URLs" sections were all in Spanish. Cheers PS: version 1.5.6 1 Link to comment Share on other sites More sharing options...
lovendo Posted August 29, 2014 Share Posted August 29, 2014 Any news about this? I think the problem is unsolved Link to comment Share on other sites More sharing options...
Kimi Posted September 4, 2014 Share Posted September 4, 2014 Hi if you want to copy seo urls,titles,.. run this SQL in phpmyadmin in database of original eshop: SELECT CONCAT('UPDATE ps_meta_lang SET id_shop=',id_shop,',title=\'',title,'\',description=\'',description,'\',keywords=\'',keywords,'\',url_rewrite=\'',url_rewrite,'\' WHERE id_lang=',id_lang,' AND id_meta = (SELECT id_meta FROM ps_meta WHERE page = \'',ps_meta.page,'\');') FROM `ps_meta_lang`,ps_meta WHERE `ps_meta_lang`.id_meta=ps_meta.id_meta LIMIT 0,1000 there should be some setting to output whole text and don't show binary as hex then copy output and run it as SQL in other eshop's database 2 Link to comment Share on other sites More sharing options...
vekia Posted September 4, 2014 Share Posted September 4, 2014 great sql snippet Kimi! added to my snippets library! 1 Link to comment Share on other sites More sharing options...
Casper_O Posted February 19, 2016 Share Posted February 19, 2016 Regarding country names, i made a small module that can be found on github. https://github.com/Casper-O/countrytranslation It would translate the countries name into 80 languages, for all countries (except for one) thanks to ip2location database. The module itself is just a install, run and uninstall thing. It is not pretty at all, but it actually do the job. There is no status returned or anything, but it works 1 Link to comment Share on other sites More sharing options...
Recommended Posts