Untranslatable strings
-
document.getElementById('confirmo-modal').innerHTML = '<center><div class="confirmo-modal"><p align="right"><button class="confirmo-close" onclick="closeconfirmomodal()">×</button></p><div id="confirmo-content"></div><div class="confirmo-controls"><button id="confirmo-left" class="confirmo-btn">✔ Yes</button><button id="confirmo-right" class="confirmo-btn" onclick="closeconfirmomodal()">× No</button></div></div></center>';This part of the code, I cannot change yes / no to my own language, since there are no translation strings.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.