[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: subversion language change

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-11-05 22:13:13 CET

Ben Collins-Sussman <sussman@collab.net> writes:

>> svn 1.1 is very nice, excellent work! but it would be even nicer if it
>> would continue to speak english with me. where do i set this?
>>
>> i guessed that it might be dependent on my location setting .... but
>> that gives you local currency, number formats, time zone, time format,
>> maybe the keyboard. clearly does not give a users language.
>>
>> also the "input locale" does not give a language, just a keyboard.
>>
>
> On Unix?
>
> $ export LANG=en_US

Assuming you have an en_US locale :)

I have recently discovered that en_US could be a UTF-8 locale or it
could be an ISO-8859-1 locale, which you get is machine specific. One
can usually make an explicit choice by using either en_US.ISO-8859-1
or en_US.UTF-8.

Setting LANG affects more than the messages, it also affects way
working copy paths are intrepreted, if you just want to control the
messages then

    $ export LC_MESSAGES=C

is what you want.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 5 22:13:40 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.