lewis-kori / vue-google-translate

A vue.js wrapper for the google translate api. The package eases the localization of vue web apps.
MIT License
16 stars 7 forks source link

Default google translate logo bug. not hiding #10

Open xyruux opened 2 weeks ago

xyruux commented 2 weeks ago

-> Normal scenario After changing the language, the spinner of google translate in the right shows up and once the translation is complete it will be gone.

-> Bug in When there is an hidden field with labels and it shows it will translate too and shows again the spinner in the right. but sometimes it will not hide it self even if already done translation.

-> Effects My clients online always reload the page due to this issue, it irritate them always spinning in the right. BTW - (no errors encountered in the console), also if I Use css or any ways to hide it. it CAN'T be hidden.

Environment

Vuejs vuetify, frontend (vue2 or vue3 same issue)

booluw commented 2 weeks ago

I don't think this is currently being maintained, and does this really work in translating a page? So, we could work on a port for Vue3.

lewis-kori commented 1 week ago

I don't think this is currently being maintained, and does this really work in translating a page? So, we could work on a port for Vue3.

Hi @booluw Maintainer here. It works, but I cannot work on this due to a hectic schedule. Open-source contributions are open at this point. will review the PRs and merge.

xyruux commented 1 week ago

I don't think this is currently being maintained, and does this really work in translating a page? So, we could work on a port for Vue3.

yes it works good but not that excelent. some language such as chinese or korean or rusians etc have some issues in console. always flag me an errors. but for the performance not affecting.

xyruux commented 1 week ago

I don't think this is currently being maintained, and does this really work in translating a page? So, we could work on a port for Vue3.

Hi @booluw Maintainer here. It works, but I cannot work on this due to a hectic schedule. Open-source contributions are open at this point. will review the PRs and merge.

hi lewis. i love to use this. btw i mix this plugin with flags library. now my dropdown langue list are more good looking.

lewis-kori commented 1 week ago

@xyruux I'm happy you've found it useful and found creative ways to use the library. I haven't touched vue.js in years If I'm being honest but I would still love to see this library modernised in one way or another.

Please feel free to fork it, update it or even contribute to it.