Language setting
This commit is contained in:
parent
ac542ebe9e
commit
c0479cffde
|
@ -1280,6 +1280,7 @@ function interactive_select_language {
|
|||
esac
|
||||
save_configuration_values
|
||||
|
||||
locale-gen "${DEFAULT_LANGUAGE}"
|
||||
update-locale LANG=${DEFAULT_LANGUAGE}
|
||||
update-locale LANGUAGE=${DEFAULT_LANGUAGE}
|
||||
update-locale LC_MESSAGES=${DEFAULT_LANGUAGE}
|
||||
|
|
|
@ -42,6 +42,7 @@ function locale_setup {
|
|||
DEFAULT_LANGUAGE='en_GB.UTF-8'
|
||||
fi
|
||||
|
||||
locale-gen "${DEFAULT_LANGUAGE}"
|
||||
update-locale LANG=${DEFAULT_LANGUAGE}
|
||||
update-locale LANGUAGE=${DEFAULT_LANGUAGE}
|
||||
update-locale LC_MESSAGES=${DEFAULT_LANGUAGE}
|
||||
|
|
Loading…
Reference in New Issue