D web site facelift

KennyTM~ kennytm at gmail.com
Tue Jul 6 02:28:11 PDT 2010


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>


More information about the Digitalmars-d-announce mailing list