mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 22:21:15 -03:00
__fish_set_locale: Ignore $LANGUAGE
This isn't really a "locale" variable as such. It has no effect on encoding and stuff, it's just the output language. What we really want here is get something better than the awkward "C" or "POSIX" for LC_CTYPE specifically - everything else doesn't really matter.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
function __fish_set_locale
|
||||
set -l LOCALE_VARS
|
||||
set -a LOCALE_VARS LANG LANGUAGE LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE
|
||||
set -a LOCALE_VARS LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE
|
||||
set -a LOCALE_VARS LC_MONETARY LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS
|
||||
set -a LOCALE_VARS LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION
|
||||
|
||||
|
||||
Reference in New Issue
Block a user