Added generation on british locale.

This commit is contained in:
Cyteen 2017-11-12 15:16:58 +00:00
parent b21c76ff14
commit c3cdeb577c
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Set env # Set env
apt-get -y install locales apt-get -y install locales
locale-gen "en_GB.UTF-8"
export MYLANGUAGE="en_GB.UTF-8" export MYLANGUAGE="en_GB.UTF-8"
export MYLANG="en_GB.UTF-8" export MYLANG="en_GB.UTF-8"
export MYLC_ALL="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} update-locale LANG=${MYLANG}
dpkg-reconfigure --frontend=noninteractive locales dpkg-reconfigure --frontend=noninteractive locales
export LANGUAGE="${MYLANGUAGE}" #export LANGUAGE="${MYLANGUAGE}"
export LANG="${MYLANG}" #export LANG="${MYLANG}"
export LC_ALL="${MYLC_ALL}" #export LC_ALL="${MYLC_ALL}"