mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
add Lojban flag
Lojban has no country, so we pretend that its country code is jb
This commit is contained in:
parent
da197ff5cd
commit
cb9c7ee894
|
@ -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>
|
||||||
|
|
|
@ -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
BIN
flags/jb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 841 B |
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue