This is an example how i implement it ...
<... button id="openNav" class="w3-button tooltipster" data-i18n="[title]menu.title" title="" ...>
The result looks like this:
The tooltipster part is empty and the "normal" title tag shows in addition ...
If i remove the "title" tag, tooltipster does not even show up.
How do i combine i18next and tooltipster correct?
Hi, I am using i18next to translate text.
This is an example how i implement it ... <... button id="openNav" class="w3-button tooltipster" data-i18n="[title]menu.title" title="" ...>
The result looks like this:
The tooltipster part is empty and the "normal" title tag shows in addition ... If i remove the "title" tag, tooltipster does not even show up. How do i combine i18next and tooltipster correct?