Skip to content

Commit

Permalink
Merge pull request #1128 from kiwix/mul_as_mul
Browse files Browse the repository at this point in the history
Deprived pseudolang mul of a self-name
  • Loading branch information
kelson42 authored Sep 9, 2024
2 parents 59054aa + 04bf1be commit c29cd8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/languageTools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ void fillLanguagesMap()
const kiwix::ICULanguageInfo lang(*icuLangPtr);
iso639_3.insert({lang.iso3Code(), lang.selfName()});
}
iso639_3.erase("mul");
}

} // unnamed namespace
Expand Down

0 comments on commit c29cd8c

Please sign in to comment.