Revert some of the locale changes
This commit is contained in:
parent
e5d3ffbed7
commit
4e8ca057e4
1 changed files with 15 additions and 2 deletions
|
@ -61,10 +61,23 @@ if [ -r /etc/default/locale ] && [ $(. /etc/default/locale; echo $LANG) = "fr_FR
|
||||||
export LC_NUMERIC="fr_FR.UTF-8"
|
export LC_NUMERIC="fr_FR.UTF-8"
|
||||||
export LC_TIME="fr_FR.UTF-8"
|
export LC_TIME="fr_FR.UTF-8"
|
||||||
else
|
else
|
||||||
## Fall back to no locale.
|
## Fall back to British English.
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_GB.UTF-8"
|
||||||
|
export LANGUAGE="en_GB:fr"
|
||||||
|
export LC_COLLATE="en_GB.UTF-8"
|
||||||
|
export LC_CTYPE="en_GB.UTF-8"
|
||||||
|
export LC_IDENTIFICATION="en_GB.UTF-8"
|
||||||
|
export LC_MEASUREMENT="en_GBUTF-8"
|
||||||
|
export LC_MESSAGES="en_GB.UTF-8"
|
||||||
|
export LC_NAME="en_GB.UTF-8"
|
||||||
|
export LC_NUMERIC="en_GB.UTF-8"
|
||||||
|
export LC_TIME="en_GB.UTF-8"
|
||||||
fi
|
fi
|
||||||
## These defaults depend on my physical location.
|
## These defaults depend on my physical location.
|
||||||
|
export LC_ADDRESS="en_GB.UTF-8"
|
||||||
|
export LC_MONETARY="en_GB.UTF-8"
|
||||||
|
export LC_PAPER="en_GB.UTF-8"
|
||||||
|
export LC_TELEPHONE="en_GB.UTF-8"
|
||||||
export PAPERSIZE="a4"
|
export PAPERSIZE="a4"
|
||||||
|
|
||||||
# Other exports.
|
# Other exports.
|
||||||
|
|
Loading…
Reference in a new issue