/etc/default/locale can set other relevant variables than just LANG and
LANGUAGE; LC_MESSAGES for instance. Instead of

  . /etc/default/locale
  export LANG LANGUAGE

one could do

  set -a
  . /etc/default/locale
  set +a

in order to export all variables set in the file.

-- 
mountall messages are showed untranslated in Plymouth
https://bugs.launchpad.net/bugs/569365
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to