Skip to content

Commit

Permalink
Merge pull request #1013 from kiwix/add-fon-language-support
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr authored Nov 7, 2023
2 parents e8b8c18 + 733b027 commit d2c031e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tools/languageTools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ std::map<std::string, std::string> iso639_3 = {
{"dty", "डोटेली"},
{"eml", "emiliân-rumagnōl"},
{"fbs", "српскохрватски"},
{"fon", "fɔ̀ngbè"},
{"guw", "Gungbe"},
{"hbs", "srpskohrvatski"},
{"ido", "ido"},
Expand Down Expand Up @@ -71,4 +72,4 @@ std::string getLanguageSelfName(const std::string& lang)
return lang;
};

} // namespace kiwix
} // namespace kiwix

0 comments on commit d2c031e

Please sign in to comment.