Automated page translation with Google

Derek Parnell derek at psych.ward
Sun Apr 1 03:53:09 PDT 2007


On Sun, 01 Apr 2007 03:24:46 +0300, Georg Wrede wrote:

> Walter Bright wrote:
>> It certainly would be helpful if there was a way to tag some terms as 
>> "don't translate".
> 
> Try putting an X in front of the undesidered translations:
> 
> int house;
> person friend;
> 
> vs.
> 
> int Xhouse;
> person Xfriend;
> 
> or something like this.

I already do this using my in-house naming convention. Basically, the aim
is to make sure that English words are never used as identifiers.

  int lHouse;
  int lFriend;

The 'l' stands for /l/ocal scope.

-- 
Derek Parnell
Melbourne, Australia
"Justice for David Hicks!"
skype: derek.j.parnell



More information about the Digitalmars-d mailing list