Use en_US by default
This commit is contained in:
parent
2e164ec47e
commit
6ec1c2a7a2
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ if [ ! -d "$HOME/.local/bin" ] ; then install -d -m 0700 "$HOME/.local/bin" ; fi
|
||||||
export TZ=Europe/London # Can override this elsewhere if needed.
|
export TZ=Europe/London # Can override this elsewhere if needed.
|
||||||
if ! [ -f "$XDG_CONFIG_HOME/locale.conf" ] && [ -x /usr/bin/locale ]
|
if ! [ -f "$XDG_CONFIG_HOME/locale.conf" ] && [ -x /usr/bin/locale ]
|
||||||
then
|
then
|
||||||
LANG="C.UTF-8" /usr/bin/locale > "$XDG_CONFIG_HOME/locale.conf"
|
LANG="en_US.UTF-8" /usr/bin/locale > "$XDG_CONFIG_HOME/locale.conf"
|
||||||
fi
|
fi
|
||||||
if [ -r "$XDG_CONFIG_HOME/locale.conf" ]
|
if [ -r "$XDG_CONFIG_HOME/locale.conf" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue