Re: [PD] Pd-0.48: native english interface

2018-03-04 Thread Thomas Grill
I opted to comment out "load_locale" in the pd-gui.tcl. I use the prebuilt OS X 
package.
Using env variables doesn't seem to be an option on OS X and i don't want to 
delete files in case i need them later.
gr~~~

> Am 28.02.2018 um 12:36 schrieb Dan Wilcox :
> 
> Out of curiosity, which method did you end up using? We could add it to the 
> readme or at least make that info a more obvious section.
> 
>> On Feb 28, 2018, at 12:10 PM, Thomas Grill  wrote:
>> 
>> Thanks Dan!
>> My dumb question has been sufficiently answered for me and the archive.
>> best, Thomas
>> 
>>> Am 26.02.2018 um 15:31 schrieb Dan Wilcox :
>>> 
>>> A fourth option is to have the GUI simply *not* load locale info. Comment 
>>> out "load_locale" in pd-gui.tcl's main proc.
>>> 
 On Feb 26, 2018, at 3:29 PM, Dan Wilcox  wrote:
 
 A third option, if you build Pd yourself, is to build without translations 
 at all:
 
 ./configure --disable-locales
 make
 
> On Feb 26, 2018, at 3:20 PM, Dan Wilcox  wrote:
> 
> You can set the locale to en.UTF-8 on the commandline as documented in 
> po/README.txt: 
> https://github.com/pure-data/pure-data/blob/master/po/README.txt#L44
> 
> Another option is to remove the translated .msg files from your Pd 
> installation.
> 
>> On Feb 26, 2018, at 12:00 PM, pd-list-requ...@lists.iem.at wrote:
>> 
>> Date: Mon, 26 Feb 2018 11:23:16 +0100
>> From: Thomas Grill 
>> To: Pd-List 
>> Subject: [PD] Pd-0.48: native english interface
>> Message-ID: 
>> Content-Type: text/plain; charset=us-ascii
>> 
>> Hey all,
>> it's probably a dumb question and has hopefully been answered before, 
>> but i can't find the answer:
>> How do i get rid of the translated interface (menu items, etc.) in 0.48?
>> thanks, Thomas
>> 
>> --
>> Thomas Grill
>> http://g.org
> 
> 
> Dan Wilcox
> @danomatika
> danomatika.com
> robotcowboy.com
> 
> 
> 
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
>>> 
>>> 
>>> Dan Wilcox
>>> @danomatika
>>> danomatika.com
>>> robotcowboy.com
>>> 
>>> 
>>> 
>> 
> 
> 
> Dan Wilcox
> @danomatika
> danomatika.com
> robotcowboy.com
> 
> 
> 
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Pd-0.48: native english interface

2018-02-28 Thread IOhannes m zmölnig
On 02/28/2018 12:10 PM, Thomas Grill wrote:
> Thanks Dan!
> My dumb question has been sufficiently answered for me and the archive.


btw, your question triggered a slight change in the Debian packages:
you can now (un)install the translation files separately (they have
moved into their own "puredata-gui-l10n" package).

gfamds
IOhannes



signature.asc
Description: OpenPGP digital signature
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Pd-0.48: native english interface

2018-02-28 Thread Dan Wilcox
Out of curiosity, which method did you end up using? We could add it to the 
readme or at least make that info a more obvious section.

> On Feb 28, 2018, at 12:10 PM, Thomas Grill  wrote:
> 
> Thanks Dan!
> My dumb question has been sufficiently answered for me and the archive.
> best, Thomas
> 
>> Am 26.02.2018 um 15:31 schrieb Dan Wilcox > >:
>> 
>> A fourth option is to have the GUI simply *not* load locale info. Comment 
>> out "load_locale" in pd-gui.tcl's main proc.
>> 
>>> On Feb 26, 2018, at 3:29 PM, Dan Wilcox >> > wrote:
>>> 
>>> A third option, if you build Pd yourself, is to build without translations 
>>> at all:
>>> 
>>> ./configure --disable-locales
>>> make
>>> 
 On Feb 26, 2018, at 3:20 PM, Dan Wilcox > wrote:
 
 You can set the locale to en.UTF-8 on the commandline as documented in 
 po/README.txt: 
 https://github.com/pure-data/pure-data/blob/master/po/README.txt#L44 
 
 
 Another option is to remove the translated .msg files from your Pd 
 installation.
 
> On Feb 26, 2018, at 12:00 PM, pd-list-requ...@lists.iem.at 
>  wrote:
> 
> Date: Mon, 26 Feb 2018 11:23:16 +0100
> From: Thomas Grill >
> To: Pd-List >
> Subject: [PD] Pd-0.48: native english interface
> Message-ID:  >
> Content-Type: text/plain; charset=us-ascii
> 
> Hey all,
> it's probably a dumb question and has hopefully been answered before, but 
> i can't find the answer:
> How do i get rid of the translated interface (menu items, etc.) in 0.48?
> thanks, Thomas
> 
> --
> Thomas Grill
> http://g.org 
 
 Dan Wilcox
 @danomatika 
 danomatika.com 
 robotcowboy.com 
 
 
 
>>> 
>>> 
>>> Dan Wilcox
>>> @danomatika 
>>> danomatika.com 
>>> robotcowboy.com 
>>> 
>>> 
>>> 
>> 
>> 
>> Dan Wilcox
>> @danomatika 
>> danomatika.com 
>> robotcowboy.com 
>> 
>> 
>> 
> 


Dan Wilcox
@danomatika 
danomatika.com 
robotcowboy.com 



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Pd-0.48: native english interface

2018-02-28 Thread Thomas Grill
Thanks Dan!
My dumb question has been sufficiently answered for me and the archive.
best, Thomas

> Am 26.02.2018 um 15:31 schrieb Dan Wilcox :
> 
> A fourth option is to have the GUI simply *not* load locale info. Comment out 
> "load_locale" in pd-gui.tcl's main proc.
> 
>> On Feb 26, 2018, at 3:29 PM, Dan Wilcox > > wrote:
>> 
>> A third option, if you build Pd yourself, is to build without translations 
>> at all:
>> 
>> ./configure --disable-locales
>> make
>> 
>>> On Feb 26, 2018, at 3:20 PM, Dan Wilcox >> > wrote:
>>> 
>>> You can set the locale to en.UTF-8 on the commandline as documented in 
>>> po/README.txt: 
>>> https://github.com/pure-data/pure-data/blob/master/po/README.txt#L44 
>>> 
>>> 
>>> Another option is to remove the translated .msg files from your Pd 
>>> installation.
>>> 
 On Feb 26, 2018, at 12:00 PM, pd-list-requ...@lists.iem.at 
  wrote:
 
 Date: Mon, 26 Feb 2018 11:23:16 +0100
 From: Thomas Grill >
 To: Pd-List >
 Subject: [PD] Pd-0.48: native english interface
 Message-ID: >
 Content-Type: text/plain; charset=us-ascii
 
 Hey all,
 it's probably a dumb question and has hopefully been answered before, but 
 i can't find the answer:
 How do i get rid of the translated interface (menu items, etc.) in 0.48?
 thanks, Thomas
 
 --
 Thomas Grill
 http://g.org 
>>> 
>>> Dan Wilcox
>>> @danomatika 
>>> danomatika.com 
>>> robotcowboy.com 
>>> 
>>> 
>>> 
>> 
>> 
>> Dan Wilcox
>> @danomatika 
>> danomatika.com 
>> robotcowboy.com 
>> 
>> 
>> 
> 
> 
> Dan Wilcox
> @danomatika 
> danomatika.com 
> robotcowboy.com 
> 
> 
> 



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Pd-0.48: native english interface

2018-02-26 Thread Dan Wilcox
A fourth option is to have the GUI simply *not* load locale info. Comment out 
"load_locale" in pd-gui.tcl's main proc.

> On Feb 26, 2018, at 3:29 PM, Dan Wilcox  wrote:
> 
> A third option, if you build Pd yourself, is to build without translations at 
> all:
> 
> ./configure --disable-locales
> make
> 
>> On Feb 26, 2018, at 3:20 PM, Dan Wilcox > > wrote:
>> 
>> You can set the locale to en.UTF-8 on the commandline as documented in 
>> po/README.txt: 
>> https://github.com/pure-data/pure-data/blob/master/po/README.txt#L44 
>> 
>> 
>> Another option is to remove the translated .msg files from your Pd 
>> installation.
>> 
>>> On Feb 26, 2018, at 12:00 PM, pd-list-requ...@lists.iem.at 
>>>  wrote:
>>> 
>>> Date: Mon, 26 Feb 2018 11:23:16 +0100
>>> From: Thomas Grill >
>>> To: Pd-List >
>>> Subject: [PD] Pd-0.48: native english interface
>>> Message-ID: >> >
>>> Content-Type: text/plain; charset=us-ascii
>>> 
>>> Hey all,
>>> it's probably a dumb question and has hopefully been answered before, but i 
>>> can't find the answer:
>>> How do i get rid of the translated interface (menu items, etc.) in 0.48?
>>> thanks, Thomas
>>> 
>>> --
>>> Thomas Grill
>>> http://g.org 
>> 
>> Dan Wilcox
>> @danomatika 
>> danomatika.com 
>> robotcowboy.com 
>> 
>> 
>> 
> 
> 
> Dan Wilcox
> @danomatika 
> danomatika.com 
> robotcowboy.com 
> 
> 
> 


Dan Wilcox
@danomatika 
danomatika.com 
robotcowboy.com 



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Pd-0.48: native english interface

2018-02-26 Thread Dan Wilcox
A third option, if you build Pd yourself, is to build without translations at 
all:

./configure --disable-locales
make

> On Feb 26, 2018, at 3:20 PM, Dan Wilcox  wrote:
> 
> You can set the locale to en.UTF-8 on the commandline as documented in 
> po/README.txt: 
> https://github.com/pure-data/pure-data/blob/master/po/README.txt#L44 
> 
> 
> Another option is to remove the translated .msg files from your Pd 
> installation.
> 
>> On Feb 26, 2018, at 12:00 PM, pd-list-requ...@lists.iem.at 
>>  wrote:
>> 
>> Date: Mon, 26 Feb 2018 11:23:16 +0100
>> From: Thomas Grill >
>> To: Pd-List >
>> Subject: [PD] Pd-0.48: native english interface
>> Message-ID: > >
>> Content-Type: text/plain; charset=us-ascii
>> 
>> Hey all,
>> it's probably a dumb question and has hopefully been answered before, but i 
>> can't find the answer:
>> How do i get rid of the translated interface (menu items, etc.) in 0.48?
>> thanks, Thomas
>> 
>> --
>> Thomas Grill
>> http://g.org 
> 
> Dan Wilcox
> @danomatika 
> danomatika.com 
> robotcowboy.com 
> 
> 
> 


Dan Wilcox
@danomatika 
danomatika.com 
robotcowboy.com 



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Pd-0.48: native english interface

2018-02-26 Thread Dan Wilcox
You can set the locale to en.UTF-8 on the commandline as documented in 
po/README.txt: 
https://github.com/pure-data/pure-data/blob/master/po/README.txt#L44 


Another option is to remove the translated .msg files from your Pd installation.

> On Feb 26, 2018, at 12:00 PM, pd-list-requ...@lists.iem.at wrote:
> 
> Date: Mon, 26 Feb 2018 11:23:16 +0100
> From: Thomas Grill >
> To: Pd-List >
> Subject: [PD] Pd-0.48: native english interface
> Message-ID:  >
> Content-Type: text/plain; charset=us-ascii
> 
> Hey all,
> it's probably a dumb question and has hopefully been answered before, but i 
> can't find the answer:
> How do i get rid of the translated interface (menu items, etc.) in 0.48?
> thanks, Thomas
> 
> --
> Thomas Grill
> http://g.org 

Dan Wilcox
@danomatika 
danomatika.com 
robotcowboy.com 



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Pd-0.48: native english interface

2018-02-26 Thread oliver

IOhannes m zmölnig wrote:

On 02/26/2018 11:23 AM, Thomas Grill wrote:

Hey all,
it's probably a dumb question and has hopefully been answered before, but i 
can't find the answer:
How do i get rid of the translated interface (menu items, etc.) in 0.48?
thanks, Thomas


another more rude option (for windows at least):

i deleted all language packages except english from PD's "po" folder. 
(dont't know about their location in OSX or linux ...)


best

oliver




LANG=C pd

gfsmdaf
IOhannes



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list




___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Pd-0.48: native english interface

2018-02-26 Thread IOhannes m zmölnig
On 02/26/2018 11:23 AM, Thomas Grill wrote:
> Hey all,
> it's probably a dumb question and has hopefully been answered before, but i 
> can't find the answer:
> How do i get rid of the translated interface (menu items, etc.) in 0.48?
> thanks, Thomas

LANG=C pd

gfsmdaf
IOhannes



signature.asc
Description: OpenPGP digital signature
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list