mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-24 18:04:54 -04: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:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user