mirror of https://github.com/kiwix/libkiwix.git
Add missing `en`->`eng` mapping to `codeisomapping`.
The most common used language was missing :/ Fix kiwix/kiwix-desktop#51
This commit is contained in:
parent
ab63cb2fb8
commit
8c4b9fbe95
|
@ -91,6 +91,7 @@ static std::map<std::string, std::string> codeisomapping {
|
||||||
{ "ee", "est" },
|
{ "ee", "est" },
|
||||||
{ "eg", "egy" },
|
{ "eg", "egy" },
|
||||||
{ "eh", "esh" },
|
{ "eh", "esh" },
|
||||||
|
{ "en", "eng" },
|
||||||
{ "er", "eri" },
|
{ "er", "eri" },
|
||||||
{ "es", "esp" },
|
{ "es", "esp" },
|
||||||
{ "et", "eth" },
|
{ "et", "eth" },
|
||||||
|
|
Loading…
Reference in New Issue