You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the page is automatically translated using Google Translate, not only the text on the left side is translated but also the right side with the code editor
To solve this problem, I suggest adding the translate="no" attribute to the entire right side (element id="right-side"). This will prevent the code editor’s content from being translated and keep it in its original form.
Implementing this change in the frontend part of the application will help foreign developers study the language more comfortably. If needed, I am willing to assist by submitting a Pull Request. However, I could not find the source code of the project on GitHub.
The text was updated successfully, but these errors were encountered:
When the page is automatically translated using Google Translate, not only the text on the left side is translated but also the right side with the code editor
To solve this problem, I suggest adding the
translate="no"
attribute to the entire right side (elementid="right-side"
). This will prevent the code editor’s content from being translated and keep it in its original form.Implementing this change in the frontend part of the application will help foreign developers study the language more comfortably. If needed, I am willing to assist by submitting a Pull Request. However, I could not find the source code of the project on GitHub.
The text was updated successfully, but these errors were encountered: