mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-26 21:22:03 +03:00
Ticket #1600 (incorrect drawing hint)
drop "LANGUAGE" from checking locale. Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
This commit is contained in:
parent
09d8293043
commit
d98e14de49
@ -1029,10 +1029,8 @@ user_file_menu_cmd (void)
|
||||
char *guess_message_value (void)
|
||||
{
|
||||
static const char * const var[] = {
|
||||
/* The highest priority value is the `LANGUAGE' environment
|
||||
variable. This is a GNU extension. */
|
||||
"LANGUAGE",
|
||||
/* Setting of LC_ALL overwrites all other. */
|
||||
/* Do not use LANGUAGE for check user locale and drowing hints */
|
||||
"LC_ALL",
|
||||
/* Next comes the name of the desired category. */
|
||||
"LC_MESSAGES",
|
||||
|
Loading…
Reference in New Issue
Block a user