Skip to content

Commit

Permalink
[#4758] Add legacy translation for Species Feature
Browse files Browse the repository at this point in the history
Closes #4758
  • Loading branch information
arbron committed Nov 25, 2024
1 parent b62d0b2 commit 68962ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dnd5e.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ Hooks.once("i18nInit", () => {
racePl: game.i18n.localize("TYPES.Item.raceLegacyPl")
},
DND5E: {
"Feature.Species": game.i18n.localize("DND5E.Feature.SpeciesLegacy"),
FlagsAlertHint: game.i18n.localize("DND5E.FlagsAlertHintLegacy"),
LanguagesExotic: game.i18n.localize("DND5E.LanguagesExoticLegacy"),
LongRestHint: game.i18n.localize("DND5E.LongRestHintLegacy"),
Expand Down
1 change: 1 addition & 0 deletions lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1904,6 +1904,7 @@
},
"Monster": "Monster Feature",
"Species": "Species Feature",
"SpeciesLegacy": "Race Feature",
"SupernaturalGift": {
"Label": "Supernatural Gift",
"Blessing": "Blessing",
Expand Down

0 comments on commit 68962ce

Please sign in to comment.