Remove la_LN.* from the list of bogus locales. They're incomplete, but
still potentially useful.
This commit is contained in:
parent
25f68ff9e7
commit
2e77b96f4a
@ -208,7 +208,7 @@ struct _kwinfo {
|
||||
};
|
||||
#define NKWINFO (sizeof(kwinfo)/sizeof(kwinfo[0]))
|
||||
|
||||
const char *boguslocales[] = { "UTF-8", "la_LN." };
|
||||
const char *boguslocales[] = { "UTF-8" };
|
||||
#define NBOGUS (sizeof(boguslocales)/sizeof(boguslocales[0]))
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user