Skip to content

Commit

Permalink
Add dagbani language in language map
Browse files Browse the repository at this point in the history
Adds dagbani (dag) language in iso639_3 language map
  • Loading branch information
juuz0 committed Mar 4, 2022
1 parent 5ec04c7 commit 1954fd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/opds_dumper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ std::map<std::string, std::string> iso639_3 = {
{"rmy","romani shib"},
{"roa","romance languages"},
{"twi","twi"},
{"ido","ido"}
{"ido","ido"},
{"dag", "Dagbani"}
};

std::string getLanguageSelfName(const std::string& lang) {
Expand Down

0 comments on commit 1954fd5

Please sign in to comment.