Beautify slightly the code

This commit is contained in:
Emmanuel Engelhart 2022-03-05 16:56:21 +01:00
parent 9488842416
commit 4bd02f07eb
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3
1 changed files with 33 additions and 33 deletions

View File

@ -134,10 +134,12 @@ std::map<std::string, std::string> iso639_3 = {
{"bxr", "буряад хэлэн"},
{"cbk", "chavacano"},
{"cdo", "閩東語"},
{"dag", "Dagbani"},
{"diq", "dimli"},
{"dty", "डोटेली"},
{"eml", "emiliân-rumagnōl"},
{"fbs", "српскохрватски"},
{"ido", "ido"},
{"kbp", "kabɩ"},
{"kld", "Gamilaraay"},
{"lbe", "лакку маз"},
@ -156,9 +158,7 @@ std::map<std::string, std::string> iso639_3 = {
{"rmr", "Caló"},
{"rmy", "romani shib"},
{"roa", "romance languages"},
{"twi","twi"},
{"ido","ido"},
{"dag", "Dagbani"}
{"twi", "twi"}
};
std::once_flag fillLanguagesFlag;