Correct typos in locales
This commit is contained in:
parent
4e8ca057e4
commit
6c6865115f
1 changed files with 3 additions and 3 deletions
|
@ -55,7 +55,7 @@ if [ -r /etc/default/locale ] && [ $(. /etc/default/locale; echo $LANG) = "fr_FR
|
||||||
export LC_COLLATE="fr_FR.UTF-8"
|
export LC_COLLATE="fr_FR.UTF-8"
|
||||||
export LC_CTYPE="fr_FR.UTF-8"
|
export LC_CTYPE="fr_FR.UTF-8"
|
||||||
export LC_IDENTIFICATION="fr_FR.UTF-8"
|
export LC_IDENTIFICATION="fr_FR.UTF-8"
|
||||||
export LC_MEASUREMENT="fr_FRUTF-8"
|
export LC_MEASUREMENT="fr_FR.UTF-8"
|
||||||
export LC_MESSAGES="fr_FR.UTF-8"
|
export LC_MESSAGES="fr_FR.UTF-8"
|
||||||
export LC_NAME="fr_FR.UTF-8"
|
export LC_NAME="fr_FR.UTF-8"
|
||||||
export LC_NUMERIC="fr_FR.UTF-8"
|
export LC_NUMERIC="fr_FR.UTF-8"
|
||||||
|
@ -63,11 +63,11 @@ if [ -r /etc/default/locale ] && [ $(. /etc/default/locale; echo $LANG) = "fr_FR
|
||||||
else
|
else
|
||||||
## Fall back to British English.
|
## Fall back to British English.
|
||||||
export LANG="en_GB.UTF-8"
|
export LANG="en_GB.UTF-8"
|
||||||
export LANGUAGE="en_GB:fr"
|
export LANGUAGE="en_GB:en"
|
||||||
export LC_COLLATE="en_GB.UTF-8"
|
export LC_COLLATE="en_GB.UTF-8"
|
||||||
export LC_CTYPE="en_GB.UTF-8"
|
export LC_CTYPE="en_GB.UTF-8"
|
||||||
export LC_IDENTIFICATION="en_GB.UTF-8"
|
export LC_IDENTIFICATION="en_GB.UTF-8"
|
||||||
export LC_MEASUREMENT="en_GBUTF-8"
|
export LC_MEASUREMENT="en_GB.UTF-8"
|
||||||
export LC_MESSAGES="en_GB.UTF-8"
|
export LC_MESSAGES="en_GB.UTF-8"
|
||||||
export LC_NAME="en_GB.UTF-8"
|
export LC_NAME="en_GB.UTF-8"
|
||||||
export LC_NUMERIC="en_GB.UTF-8"
|
export LC_NUMERIC="en_GB.UTF-8"
|
||||||
|
|
Loading…
Reference in a new issue