Skip to content

Commit

Permalink
Merge pull request #53 from andsfonseca/feature/hero-muerta
Browse files Browse the repository at this point in the history
[Feature]: Muerta Strings
  • Loading branch information
andsfonseca authored Mar 9, 2023
2 parents c9ff963 + 2488f75 commit ea27cbb
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions lang/en-us.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
"npc_dota_hero_monkey_king": "Monkey King",
"npc_dota_hero_monkey_king_2": "Monkey King",
"npc_dota_hero_morphling": "Morphling",
"npc_dota_hero_muerta": "Muerta",
"npc_dota_hero_naga_siren": "Naga Siren",
"npc_dota_hero_furion": "Nature's Prophet",
"npc_dota_hero_necrolyte": "Necrophos",
Expand Down
1 change: 1 addition & 0 deletions lang/es-es.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
"npc_dota_hero_monkey_king": "Monkey King",
"npc_dota_hero_monkey_king_2": "Monkey King",
"npc_dota_hero_morphling": "Morphling",
"npc_dota_hero_muerta": "Muerta",
"npc_dota_hero_naga_siren": "Naga Siren",
"npc_dota_hero_furion": "Nature's Prophet",
"npc_dota_hero_necrolyte": "Necrophos",
Expand Down
1 change: 1 addition & 0 deletions lang/ja-jp.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
"npc_dota_hero_monkey_king": "Monkey King",
"npc_dota_hero_monkey_king_2": "Monkey King",
"npc_dota_hero_morphling": "Morphling",
"npc_dota_hero_muerta": "Muerta",
"npc_dota_hero_naga_siren": "Naga Siren",
"npc_dota_hero_furion": "Nature's Prophet",
"npc_dota_hero_necrolyte": "Necrophos",
Expand Down
1 change: 1 addition & 0 deletions lang/pt-br.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
"npc_dota_hero_monkey_king": "Monkey King",
"npc_dota_hero_monkey_king_2": "Monkey King",
"npc_dota_hero_morphling": "Morphling",
"npc_dota_hero_muerta": "Muerta",
"npc_dota_hero_naga_siren": "Naga Siren",
"npc_dota_hero_furion": "Nature's Prophet",
"npc_dota_hero_necrolyte": "Necrophos",
Expand Down
1 change: 1 addition & 0 deletions lang/ru-ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
"npc_dota_hero_monkey_king": "Monkey King",
"npc_dota_hero_monkey_king_2": "Monkey King",
"npc_dota_hero_morphling": "Morphling",
"npc_dota_hero_muerta": "Muerta",
"npc_dota_hero_naga_siren": "Naga Siren",
"npc_dota_hero_furion": "Nature's Prophet",
"npc_dota_hero_necrolyte": "Necrophos",
Expand Down
1 change: 1 addition & 0 deletions lang/th-th.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
"npc_dota_hero_monkey_king": "Monkey King",
"npc_dota_hero_monkey_king_2": "Monkey King",
"npc_dota_hero_morphling": "Morphling",
"npc_dota_hero_muerta": "Muerta",
"npc_dota_hero_naga_siren": "Naga Siren",
"npc_dota_hero_furion": "Nature's Prophet",
"npc_dota_hero_necrolyte": "Necrophos",
Expand Down
1 change: 1 addition & 0 deletions lang/uk-ua.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
"npc_dota_hero_monkey_king": "Monkey King",
"npc_dota_hero_monkey_king_2": "Monkey King",
"npc_dota_hero_morphling": "Morphling",
"npc_dota_hero_muerta": "Muerta",
"npc_dota_hero_naga_siren": "Naga Siren",
"npc_dota_hero_furion": "Nature's Prophet",
"npc_dota_hero_necrolyte": "Necrophos",
Expand Down
2 changes: 0 additions & 2 deletions src/services/DotaService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ std::string DotaService::getHeroName(Json::Value data)
if (data["wearables"].isNull())
return name;

std::cout << data["wearables"] << std::endl;

for (int i = 0;; i++)
{
std::string key = "wearable" + std::to_string(i);
Expand Down

0 comments on commit ea27cbb

Please sign in to comment.