Reviews for G | translate

She For Medicine

2021-11-11

United States

Hi there nice app, translated all my stuff and quickly but I noticed a little mistake, please change the French flag. It is coming out looking like the Finnish flag.

OXY BV

2021-11-10

Netherlands

Great support thanks to Arshak who found an error in a third party template, Now the template works fine with G- Translate!

KJ VIPS

2021-11-10

Spain

Contact assistance to configure the translations and the assistant Elen attended me and made the corrections very fast and efficient.

FÉMANCIP

2021-11-07

France

Good translation app, easy to use and works quite well. Also, thanks for the technical support of Tigran.

Eslogan-look

2021-11-05

Spain

Elen me ha dado una atencion estupenda ,ademas ha podido resolver mi dudas en todos los sentidos gracias por todo ,muy buen trabajo,tenia varias situacion de traducciones que no estaban hecha y lo hemos logrado ,la tengo en mi tienda ahora funcionando a la perfecion 5 estrellas para Elen

CLUB VIP France

2021-11-05

France

I was Scammed ! I tried the app, and remove the extended functions before the end of the trial period BUT I was Charged 37.99$ anyway. I immediatly wrote to the support team and NO Answer. I will alert Shopify Team ! :(((((( This is unacceptable

Sports Virtuoso

2021-11-02

Canada

Perfect app. Translates all of your web-site in seconds. We had incompatibility issues with a filter app which were professionally addressed by their support team and their Arshak developer.

splashaway.tech

2021-11-02

Israel

Great job of support from Elen. She spent several hours with my problem, installed a translator for my site. Everything was done with patience and courtesy. I'm not the most advanced user of technical solutions, and if it wasn't for Elen's help, I wouldn't have coped on my own.

Disigma Store

2021-11-01

Greece

The App does what you want it to do: it translates your store to another language. I hope they add a way to manually add product translations in product metafields or something. PS: The support is very quick and to the point, as well. They made sure everything was working before they closed the ticket for our theme integration.

Sandgaper

2021-10-28

Germany

Susanna very fast support and well explained. Thank you very much if I need help I will contact you. Thanks a lot. :) Best Regards Steffen

BiKiBAG

2021-10-28

Spain

The application is great. A suggestion, it would be more attractive when using the language codes for the default language to appear in bold, so it is easier to guess that this menu is a marked button.

SEKTA

2021-10-26

Bulgaria

Very good and an amazing support team! I had issues regarding displaying the language bar with codes in the colour and font I wanted but Suzan was super kind and help me out! Many thanks to the support team!! sektastore.com

MyRetroposter

2021-10-26

United States

Apart from a recurring issue whenever we upgrade our theme, which require Gtranslate technical support to fix it, and makes the process not as smooth as it should be, the app works fine and customer service is excellent. Special thanks to Ella and Tigran for their efficient support.

Bell Tent Sussex

2021-10-26

United Kingdom

wow what a great bit of customer service Elen was just fantastic and really helped me with the setup - without her i would of given up ages ago!!! The app is looking like it will work really well so very excited for this, just happy i had the support as i wouldn't of been using it right now otherwise. !!

HATCH

2021-10-24

Germany

The translations quality is fantastic and the work on manual corrections is easy to handle! Finally the support of my contact Arshak was the perfect help to finish my work on the site. Absolutely recommendable and well deserved five stars !!!

Juels.dk

2021-10-22

Denmark

I received a wonderful support with installing Gtranslate. "Susanna" was quick to understand the problem and then solving or helping solving. Thank you!

WOWGOOD

2021-10-21

Netherlands

The support team is the best! They can solve almost any problem for you. I had a very crucial problem i wanted to be solved and they've fixed it. Arshak solved the problem for me, i'm very happy now. Also, Susanne is a very kind and warm supporter thats almost always available. She helps out with very technical problems too. For example adding a google search form instead of the shopify standard search form, so visitors can search for my products in any language! Great support team, I highly recommend.

Betolz

2021-10-21

Germany

hi, I did an adjustment for my shop (betolz.com) so that you only have 1 flag visible that switches when language changes. maybe this is an idea for a new feature :) I paste the code below... function showFlags(de, en) { document.getElementById("GTranslate_deFlag").style.display = ((de == true) ? 'none' : 'content'); document.getElementById("GTranslate_enFlag").style.display = ((en == true) ? 'none' : 'content'); } if (typeof GTranslateGetCurrentLang != "function") function GTranslateGetCurrentLang() { var keyValue = document.cookie.match("(^|;) ?googtrans=([^;]*)(;|$)"); return keyValue ? keyValue[2].split("/")[2] : null; } function gt_loadScript(url, callback) { var lang = GTranslateGetCurrentLang(); showFlags(((lang == "de" || lang == null) ? true : false), (lang == "en" ? true : false)); var script = document.createElement("script"); script.type = "text/javascript"; if (script.readyState) { script.onreadystatechange = function () { if (script.readyState == "loaded" || script.readyState == "complete") { script.onreadystatechange = null; callback(); } }; } else { script.onload = function () { callback(); }; } script.src = url; document.getElementsByTagName("head")[0].appendChild(script); } var gtSwitcherJS = function ($) { /*{auto_detect_code}*/ }; gt_loadScript("//code.jquery.com/jquery-1.12.4.min.js", function () { jQuery_gtranslate = jQuery.noConflict(true); gtSwitcherJS(jQuery_gtranslate); }); #goog-gt-tt { display: none !important; } .goog-te-banner-frame { display: none !important; } .goog-te-menu-value:hover { text-decoration: none !important; } body { top: 0 !important; } #google_translate_element2 { display: none !important; } function googleTranslateElementInit2() { new google.translate.TranslateElement( { pageLanguage: "de", autoDisplay: false }, "google_translate_element2" ); } if (typeof GTranslateGetCurrentLang != "function") function GTranslateGetCurrentLang() { var keyValue = document.cookie.match("(^|;) ?googtrans=([^;]*)(;|$)"); return keyValue ? keyValue[2].split("/")[2] : null; } function GTranslateFireEvent(element, event) { try { if (document.createEventObject) { var evt = document.createEventObject(); element.fireEvent("on" + event, evt); } else { var evt = document.createEvent("HTMLEvents"); evt.initEvent(event, true, true); element.dispatchEvent(evt); } } catch (e) {} } function doGTranslate(lang_pair) { if (lang_pair.value) lang_pair = lang_pair.value; if (lang_pair == "") return; var lang = lang_pair.split("|")[1]; console.log(lang); if (lang == "de") { document.getElementById("GTranslate_deFlag").style.display = "none"; document.getElementById("GTranslate_enFlag").style.display = "contents"; event.stopPropagation(); } else { document.getElementById("GTranslate_deFlag").style.display = "contents"; document.getElementById("GTranslate_enFlag").style.display = "none"; event.stopPropagation(); } if (GTranslateGetCurrentLang() == null && lang == lang_pair.split("|")[0]) return; if (typeof ga == "function") { ga( "send", "event", "GTranslate", lang, location.hostname + location.pathname + location.search ); } else { if (typeof _gaq != "undefined") _gaq.push([ "_trackEvent", "GTranslate", lang, location.hostname + location.pathname + location.search, ]); } var teCombo; var sel = document.getElementsByTagName("select"); for (var i = 0; i < sel.length; i++) if (/goog-te-combo/.test(sel[i].className)) teCombo = sel[i]; if ( document.getElementById("google_translate_element2") == null || document.getElementById("google_translate_element2").innerHTML.length == 0 || teCombo.length == 0 || teCombo.innerHTML.length == 0 ) { setTimeout(function () { doGTranslate(lang_pair); }, 500); } else { teCombo.value = lang; GTranslateFireEvent(teCombo, "change"); GTranslateFireEvent(teCombo, "change"); } }

myWELLnest

2021-10-20

Portugal

If you need to translate your store don"t look any further. this is your app: quick and accurate. nice translations, easy to use but the best thing is the support. professional and quick. thanks you Susan/Suzanna for your help, your kindness and patience! You are my 5 stars

Roija Jewelry

2021-10-20

Italy

Se do 5 stelle è per l'assistenza specialmente per Sergey rispondono velocemente e cercano di risolverti i problemi quindi si sicuramente 5 stelle per l'assistenza. Per l'app invece non è semplicissima da usare senza l'assistenza sarebbe inutilizzabile per i comuni mortali.

OG Snuff

2021-10-20

United Kingdom

I can't believe how amazing the support is on this one, I was helped by Ella and Borya who made the widget fit how I wanted for the site, I put a lot of changes forward but these guys are awesome and they just did it, the app is super simple and works really well too. I recommend it, and ill have a look to see what else they do as well. Thank you guys!

Village Beauté

2021-10-18

France

Love this app, it is the BEST for translations by far. A massive thank you to Borya and Arshak for helping us for third app to work on other websites translated to the language of the website. Really pleased with them, and I do recommend to anyone G Translate!

méson brussels

2021-10-14

Belgium

I spent the morning talking to Susanna who helped me with every problem, every whim. Thank you, thank you, thank you! My website is finally translated into 3 languages. After testing several applications, I highly recommend !

AppSkins

2021-10-13

Germany

Great App, Great Support from Ella and the whole staff. If the app cant do something out of the box, the support will help you out.

UZTZU | The Original 4-in-1 T-Shirt

2021-10-13

Italy

Ella helped me out in solving our translating problem . very good and fast customer service. cheeeeers