You are not logged in.

#1 2010-09-09 01:07:40

walp
Member
Registered: 2010-08-23
Posts: 23

Pacman language

I noticed that after the last pacman update it changed its default language (english) for my native language. I would like to change it back to english.

How do I do that?

Offline

#2 2010-09-09 01:25:51

Ogion
Member
From: Germany
Registered: 2007-12-11
Posts: 367

Re: Pacman language

For a simple solution (not touching locales and stuff) you could alias pacman to:
LC_ALL=en_US pacman

Ogion


(my-dotfiles)
"People willing to trade their freedom for temporary security deserve neither and will lose both." - Benjamin Franklin
"Enlightenment is man's leaving his self-caused immaturity." - Immanuel Kant

Offline

#3 2010-09-11 13:56:44

walp
Member
Registered: 2010-08-23
Posts: 23

Re: Pacman language

How do I alias pacman to that?

Offline

#4 2010-09-11 14:25:22

bernarcher
Forum Fellow
From: Germany
Registered: 2009-02-17
Posts: 2,281

Re: Pacman language

Put the line

alias pacman='LC_ALL=en_US pacman'

into your ~/.bashrc.

Although I would prefer the

alias pacman='LANG=C pacman'

version which basically does the same.

Last edited by bernarcher (2010-09-11 14:28:16)


To know or not to know ...
... the questions remain forever.

Offline

Board footer

Powered by FluxBB