Due to changes to localization keys in FoundryVTT Core v14, the "Expand / Collapse" labels in the inventry context menu are no longer localized. This likely requires updating the keys to APPLICATION.ACTIONS.Expand or providing the corresponding localizations within the DND5E system.
- Foundry VTT v14.359
- dnd5e v5.3.0
|
name: expanded ? "Collapse" : "Expand", |

Due to changes to localization keys in FoundryVTT Core v14, the "Expand / Collapse" labels in the inventry context menu are no longer localized. This likely requires updating the keys to
APPLICATION.ACTIONS.Expandor providing the corresponding localizations within the DND5E system.dnd5e/module/applications/components/inventory.mjs
Line 432 in 7436eb1