Merge pull request #891 from kiwix/hbsLang

Add Serbo-croate language name
This commit is contained in:
Kelson 2023-02-10 09:33:34 +01:00 committed by GitHub
commit 706108256b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -146,6 +146,7 @@ std::map<std::string, std::string> iso639_3 = {
{"dty", "डोटेली"}, {"dty", "डोटेली"},
{"eml", "emiliân-rumagnōl"}, {"eml", "emiliân-rumagnōl"},
{"fbs", "српскохрватски"}, {"fbs", "српскохрватски"},
{"hbs", "srpskohrvatski"},
{"ido", "ido"}, {"ido", "ido"},
{"kbp", "kabɩ"}, {"kbp", "kabɩ"},
{"kld", "Gamilaraay"}, {"kld", "Gamilaraay"},
@ -165,7 +166,7 @@ std::map<std::string, std::string> iso639_3 = {
{"rmr", "Caló"}, {"rmr", "Caló"},
{"rmy", "romani shib"}, {"rmy", "romani shib"},
{"roa", "romance languages"}, {"roa", "romance languages"},
{"twi", "twi"} {"twi", "twi"},
}; };
std::once_flag fillLanguagesFlag; std::once_flag fillLanguagesFlag;