On Jul 6, 10 10:04, Walter Bright wrote:
KennyTM~ wrote:You could use <pre class="notranslate"> to suppress translation. It's documented in http://translate.google.com/support/.It's actually span, not pre. But thanks for the tip, I'll give it a try.
Actually any elements with the class name 'notranslate' is OK, e.g.
<pre class="notranslate ccode">int main () {
...
return 0;
}
</pre>
