add Lojban flag

Lojban has no country, so we pretend that its country code is jb
This commit is contained in:
Robin Townsend 2020-02-23 13:58:33 -05:00
parent da197ff5cd
commit cb9c7ee894
4 changed files with 6 additions and 0 deletions

View file

@ -254,6 +254,7 @@
<file>flags/en.png</file> <file>flags/en.png</file>
<file>flags/uk.png</file> <file>flags/uk.png</file>
<file>flags/eo.png</file> <file>flags/eo.png</file>
<file>flags/jb.png</file>
<file>flags/other.png</file> <file>flags/other.png</file>
</qresource> </qresource>
</RCC> </RCC>

View file

@ -4,3 +4,7 @@ Licensed under the following conditions:
"These flag icons are available for free use for any purpose with no "These flag icons are available for free use for any purpose with no
requirement for attribution." requirement for attribution."
The Lojban flag was adapted from
https://commons.wikimedia.org/wiki/File:Lojban_logo.svg, which is in the
public domain.

BIN
flags/jb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 841 B

View file

@ -291,6 +291,7 @@ Db::Db()
iso2ToCountry[ "iu" ] = "ca"; iso2ToCountry[ "iu" ] = "ca";
iso2ToCountry[ "iw" ] = "il"; iso2ToCountry[ "iw" ] = "il";
iso2ToCountry[ "ja" ] = "jp"; iso2ToCountry[ "ja" ] = "jp";
iso2ToCountry[ "jb" ] = "jb";
iso2ToCountry[ "ka" ] = "ge"; iso2ToCountry[ "ka" ] = "ge";
iso2ToCountry[ "kk" ] = "kz"; iso2ToCountry[ "kk" ] = "kz";
iso2ToCountry[ "kl" ] = "gl"; iso2ToCountry[ "kl" ] = "gl";