Merge pull request #1128 from kiwix/mul_as_mul

Deprived pseudolang mul of a self-name
This commit is contained in:
Kelson 2024-09-09 15:03:47 +00:00 committed by GitHub
commit c29cd8cf3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,6 +68,7 @@ void fillLanguagesMap()
const kiwix::ICULanguageInfo lang(*icuLangPtr);
iso639_3.insert({lang.iso3Code(), lang.selfName()});
}
iso639_3.erase("mul");
}
} // unnamed namespace