Added generation on british locale.
This commit is contained in:
parent
b21c76ff14
commit
c3cdeb577c
|
|
@ -1,6 +1,6 @@
|
|||
# Set env
|
||||
apt-get -y install locales
|
||||
|
||||
locale-gen "en_GB.UTF-8"
|
||||
export MYLANGUAGE="en_GB.UTF-8"
|
||||
export MYLANG="en_GB.UTF-8"
|
||||
export MYLC_ALL="en_GB.UTF-8"
|
||||
|
|
@ -10,7 +10,7 @@ sed -i -e "s/# ${MYLANG}\ UTF-8/${MYLANG}\ UTF-8/" /etc/locale.gen
|
|||
update-locale LANG=${MYLANG}
|
||||
dpkg-reconfigure --frontend=noninteractive locales
|
||||
|
||||
export LANGUAGE="${MYLANGUAGE}"
|
||||
export LANG="${MYLANG}"
|
||||
export LC_ALL="${MYLC_ALL}"
|
||||
#export LANGUAGE="${MYLANGUAGE}"
|
||||
#export LANG="${MYLANG}"
|
||||
#export LC_ALL="${MYLC_ALL}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue