Change the default locale to en_GB.UTF-8
This commit is contained in:
parent
2a88f2bc4a
commit
c354ddb1af
|
@ -39,7 +39,8 @@ RUN pacman -Sy --noconfirm \
|
|||
|
||||
|
||||
# Locales
|
||||
RUN sed -e s/^\#en_US.UTF-8/en_US.UTF-8/ -i /etc/locale.gen \
|
||||
RUN sed -e s/^\#en_US.UTF-8/en_US.UTF-8/;s/^\#en_GB.UTF-8/en_GB.UTF-8/ -i /etc/locale.gen \
|
||||
&& echo LANG=en_GB.UTF-8 > /etc/locale.conf \
|
||||
&& locale-gen
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue