Skip to content

Commit

Permalink
add missing i18n string
Browse files Browse the repository at this point in the history
  • Loading branch information
Muttley committed Sep 26, 2024
1 parent 578b409 commit 122ff02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions i18n/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ FALLOUT.CHAT_MESSAGE.consumed.food.warn_full: You are already full and cannot ea
FALLOUT.CHAT_MESSAGE.consumed.other.title: Other Consumed
FALLOUT.CHAT_MESSAGE.radiation_from_consumable_resisted.body: "{actorName} resisted the {baseRadDamage} radiation damage from consuming {itemName}"
FALLOUT.CHAT_MESSAGE.radiation_from_consumable_resisted.title: Radiation Resisted
FALLOUT.CHAT_MESSAGE.radiation_from_consumable.body: "{actorName} takes {radsTaken} radiation damage from consuming {itemName}"
FALLOUT.CHAT_MESSAGE.radiation_from_consumable.title: Radiation Damage
FALLOUT.CHAT_MESSAGE.radiation_from_dirty_water_resisted.body: "{actorName} resisted the {baseRadDamage} radiation damage from consuming Dirty Water"
FALLOUT.CHAT_MESSAGE.radiation_from_dirty_water.body: "{actorName} takes {radsTaken} radiation damage from consuming Dirty Water"
Expand Down

0 comments on commit 122ff02

Please sign in to comment.