i18next / i18nextify

enables localization of any page with zero effort.
MIT License
61 stars 21 forks source link

question about the mutationObserver #82

Closed vjustov closed 6 years ago

vjustov commented 6 years ago

Hello, thanks for your wonderful work with this library.

Im using a particular squarespace layout and when using certain component i18nextify is unable to translate the content. While debugging i noticed that it was looking for the image tag as the key, but setting that in the translation does not work either.

How does the mutationObserver work?

If you scroll down to the about us part of the page https://www.edelwiis.ch/?lng=en-US you will see that is still in German.

jamuhl commented 6 years ago

seems to me you have a wrong key in your setup:

if i call https://www.edelwiis.ch/?lng=en-US all works and i get following resources:

screen shot 2017-12-02 at 10 54 07

calling https://www.edelwiis.ch/home i get:

screen shot 2017-12-02 at 10 52 58

see the wrong key Erin und Lauren Juon, die Inhaberinnen ... should be die Inhaberinnen ...

jamuhl commented 6 years ago

closing this for now...feel free to reopen if needed