mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
Mikaela Suomalainen
1acf4b9c7c
It appears that I have been doing locales wrong for years and only now something has decided to not accept the incorrect versions? Alternatively Debian has decided to stasrt doing it somehow different from others, but I don't think so.
18 lines
480 B
Plaintext
18 lines
480 B
Plaintext
# 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
|
|
LANG=en_GB.utf8
|
|
# 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
|
|
LC_TIME=en_DK.utf8
|
|
# € not £
|
|
LC_MONETARY=fi_FI.utf8
|
|
# no Mx, just the name
|
|
LC_NAME=fi_FI.utf8
|
|
# +358...
|
|
LC_TELEPHONE=fi_FI.utf8
|