fantasycalendar / FoundryVTT-ItemPiles

Other
34 stars 54 forks source link

[BUG] - ITEM PILES - Button non translated #479

Closed codingNeverend closed 8 months ago

codingNeverend commented 10 months ago

The translation of "Request Trade" on the trade button, in the user block, is not done. Line 93145 should be replaced const text2 = !minimalUI ? " Request Trade": ""; with const text2 = !minimalUI ? game.i18n.localize("ITEM-PILES.ContextMenu.RequestTrade") : "";