Add dagbani language in language map

Adds dagbani (dag) language in iso639_3 language map
This commit is contained in:
Nikhil Tanwar 2022-02-25 16:33:20 +05:30 committed by Emmanuel Engelhart
parent 34b50ba30e
commit 9488842416
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3
1 changed files with 2 additions and 1 deletions

View File

@ -157,7 +157,8 @@ std::map<std::string, std::string> iso639_3 = {
{"rmy","romani shib"}, {"rmy","romani shib"},
{"roa","romance languages"}, {"roa","romance languages"},
{"twi","twi"}, {"twi","twi"},
{"ido","ido"} {"ido","ido"},
{"dag", "Dagbani"}
}; };
std::once_flag fillLanguagesFlag; std::once_flag fillLanguagesFlag;