Skip to content

Commit

Permalink
Merge branch '167-honor-level-3-orb-has-no-name' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinscham committed Apr 4, 2024
2 parents 5546688 + 48368f5 commit 2bc5d79
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions i18n/de_DE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ de_DE:
anbietest: %{url}"
loot:
permanents: Permanent
honor_3_orb: „Ehrungsstufe 3“-Kugel
honor_5_orb: „Ehrungsstufe 5“-Kugel
mythic_essence: Mythische Essenzen
skin_shards: Skinsplitter
Expand Down
1 change: 1 addition & 0 deletions i18n/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ en:
skin_permanents: Skin Permanents
champion_capsule: Champion Capsule
glorious_champion_capsule: Glorious Champion Capsule
honor_3_orb: Honor Level 3 Orb
honor_4_orb: Honor Level 4 Orb
honor_5_orb: Honor Level 5 Orb
update_checker:
Expand Down
1 change: 1 addition & 0 deletions i18n/eo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,5 +216,6 @@ eo:
skin_permanents: Ŝeloj (permanenta rabaĵo)
champion_capsule: Ĉampiona kapsulo
glorious_champion_capsule: Gloria ĉampiona kapsulo
honor_3_orb: Honornivela 3-a globo
honor_4_orb: Honornivela 4-a globo
honor_5_orb: Honornivela 5-a globo
1 change: 1 addition & 0 deletions i18n/zh_TW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ zh_TW:
icons: 頭像
champion_capsule: 英雄典藏罐
glorious_champion_capsule: 榮耀英雄典藏罐
honor_3_orb: 榮譽等級 3 晶球
honor_4_orb: 榮譽等級 4 晶球
honor_5_orb: 榮譽等級 5 晶球
mythic_essence: 神話結晶粉末
Expand Down
1 change: 1 addition & 0 deletions src/modules/loot_metainfo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def get_chest_name(client, loot_id)
catalogue = {
'CHEST_128' => I18n.t(:'loot.champion_capsule'),
'CHEST_129' => I18n.t(:'loot.glorious_champion_capsule'),
'CHEST_209' => I18n.t(:'loot.honor_3_orb'),
'CHEST_210' => I18n.t(:'loot.honor_4_orb'),
'CHEST_211' => I18n.t(:'loot.honor_5_orb')
}
Expand Down

0 comments on commit 2bc5d79

Please sign in to comment.