mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Remove la_LN.* from the list of bogus locales. They're incomplete, but
still potentially useful.
This commit is contained in:
parent
7cf18ceb88
commit
633401b573
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue