1
1
drop "LANGUAGE" from checking locale.

Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
Этот коммит содержится в:
Ilia Maslakov 2009-10-28 08:50:55 +00:00
родитель 09d8293043
Коммит 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",