Merge pull request #1013 from kiwix/add-fon-language-support

This commit is contained in:
Matthieu Gautier 2023-11-07 08:29:25 +01:00 committed by GitHub
commit d2c031e047
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@ std::map<std::string, std::string> iso639_3 = {
{"dty", "डोटेली"}, {"dty", "डोटेली"},
{"eml", "emiliân-rumagnōl"}, {"eml", "emiliân-rumagnōl"},
{"fbs", "српскохрватски"}, {"fbs", "српскохрватски"},
{"fon", "fɔ̀ngbè"},
{"guw", "Gungbe"}, {"guw", "Gungbe"},
{"hbs", "srpskohrvatski"}, {"hbs", "srpskohrvatski"},
{"ido", "ido"}, {"ido", "ido"},
@ -71,4 +72,4 @@ std::string getLanguageSelfName(const std::string& lang)
return lang; return lang;
}; };
} // namespace kiwix } // namespace kiwix