Closed Gkcrafting closed 6 days ago
Interesting, I just tried to run google translation on docs, and it doesn't work at all :(.
Interesting, I just tried to run google translation on docs, and it doesn't work at all :(.
Thats because Google Translate do not mount vue application, and we show visually nothing until application is hydrated.
We need to add translate="no" to VaIcon.
Vuestic-ui version: 1.10.3
Description
Basically, I have a Vuestic app and it works just as usual. But when translating the website (with extensions or browsers built-in translating features), the icons are getting translated too. E.g: 🏠 when translating to French gives
maison
instead of displaying the icon.I did some research and found out that there's a workaround for that, and that's simply by setting the
translate
attribute tono
to the DOM, but the problem with that solution is my app cannot get translated anymore.What I want is the usual text being translated, but the icons getting displayed as usual, how to do that?
Reproduction