conf: locale.conf --> pam_environment

This commit is contained in:
Aminda Suomalainen 2016-10-22 13:04:43 +03:00
parent 789b67cdb1
commit b25ba14a36
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
2 changed files with 16 additions and 5 deletions

View File

@ -1,5 +0,0 @@
LANG=en_GB.UTF-8
LC_TIME=en_DK.UTF-8
LC_MONETARY=fi_FI.UTF-8
LC_NAME=fi_FI.UTF-8
LC_TELEPHONE=fi_FI.UTF-8

16
conf/pam_environment Normal file
View File

@ -0,0 +1,16 @@
# This is supposed to be ~/.pam_environment
# See also https://mikaela.info/locale
# Default language & everything: en_GB.UTF-8
LANG DEFAULT=en_GB.UTF-8
# The primary language & fallbacks (this file is unhappy with only $LANG
# in my test).
LANGUAGE DEFAULT=en_GB.UTF-8:en_US.UTF-8:en
# ISO 8601
LC_TIME DEFAULT=en_DK.UTF-8
# € not £
LC_MONETARY DEFAULT=fi_FI.UTF-8
# no Mx, just the name
LC_NAME DEFAULT=fi_FI.UTF-8
# +358...
LC_TELEPHONE DEFAULT=fi_FI.UTF-8