Add on-site translation for multilingual members
Floating translate button (bottom-left) on every member-facing page lazy-loads the Google Translate element; language choice persists across pages via the googtrans cookie. CSP extended for Google's translate hosts only. Chatbot now replies in the member's language and a canned answer points at the button.
This commit is contained in:
@@ -30,4 +30,4 @@
|
||||
</div></section>
|
||||
</main>
|
||||
<footer class="wrap disclaimer">This independent team page is educational and is not an earnings guarantee or investment advice. Cryptocurrency and smart-contract participation involve risk, including possible loss of funds. Never use funds you cannot afford to lose.<div class="footer-links"><a href="/">Strategy</a><a href="/start">Getting Started</a><a href="/training">Training</a><a href="/my">Member Dashboard</a><a href="/disclaimer">Disclaimers</a><a href="/how-pay-works">How You Get Paid</a><a href="/tools">Promo Tools</a></div></footer>
|
||||
<script src="/track.js"></script><script src="/chat.js" defer></script></body></html>
|
||||
<script src="/track.js"></script><script src="/chat.js" defer></script><script src="/translate.js" defer></script></body></html>
|
||||
|
||||
Reference in New Issue
Block a user