mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-26 14:13:26 +00:00
config: Accept bokmal as a language
It’s listed in `locale -a` output, even though it should canonically be represented as `nb`. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
e78a53fede
commit
a3a7f3214c
@ -55,7 +55,7 @@ looks_like_a_language (const char *s)
|
||||
g_str_equal (s, "POSIX"))
|
||||
return TRUE;
|
||||
|
||||
if (len < 2 || len > 3)
|
||||
if (len < 2)
|
||||
return FALSE;
|
||||
|
||||
for (i = 0; i < len; i++)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user