Add missing `en`->`eng` mapping to `codeisomapping`.

The most common used language was missing :/

Fix kiwix/kiwix-desktop#51
This commit is contained in:
Matthieu Gautier 2018-11-12 10:35:15 +01:00
parent ab63cb2fb8
commit 8c4b9fbe95
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ static std::map<std::string, std::string> codeisomapping {
{ "ee", "est" },
{ "eg", "egy" },
{ "eh", "esh" },
{ "en", "eng" },
{ "er", "eri" },
{ "es", "esp" },
{ "et", "eth" },