2016-10-22 12:10:08 +02:00
|
|
|
# This file might be best to be catted into something read by your shell.
|
|
|
|
# In my case possibly ~/.custom
|
|
|
|
# See also https://mikaela.info/locale
|
|
|
|
|
|
|
|
# Default language & everything: en_GB.UTF-8
|
2018-09-21 11:37:05 +02:00
|
|
|
LANG=en_GB.utf8
|
2016-10-22 12:10:08 +02:00
|
|
|
# The primary language & fallbacks (pam_environment was unhappy with only
|
|
|
|
# $LANG in my test).
|
|
|
|
LANGUAGE=en_GB.UTF-8:en_US.UTF-8:en
|
|
|
|
# ISO 8601
|
2018-09-21 11:37:05 +02:00
|
|
|
LC_TIME=en_DK.utf8
|
2016-10-22 12:10:08 +02:00
|
|
|
# € not £
|
2018-09-21 11:37:05 +02:00
|
|
|
LC_MONETARY=fi_FI.utf8
|
2016-10-22 12:10:08 +02:00
|
|
|
# no Mx, just the name
|
2018-09-21 11:37:05 +02:00
|
|
|
LC_NAME=fi_FI.utf8
|
2016-10-22 12:10:08 +02:00
|
|
|
# +358...
|
2018-09-21 11:37:05 +02:00
|
|
|
LC_TELEPHONE=fi_FI.utf8
|