From d9d66abf276e8170a1e44543d7e8d7e58e197197 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 13 Mar 2026 21:35:10 -0600 Subject: [PATCH] Add localization for the item sheet fields --- langs/en-ca.json | 7 ++++++- templates/GenericItemSheet/content.hbs | 10 ++++++---- templates/GenericItemSheet/header.hbs | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/langs/en-ca.json b/langs/en-ca.json index 2790b0a..0377938 100644 --- a/langs/en-ca.json +++ b/langs/en-ca.json @@ -55,7 +55,12 @@ "save-and-close": "Save and Close", "delete": "Delete", "resizable": "Resizable", - "not-resizable": "Not Resizable" + "not-resizable": "Not Resizable", + "item": { + "weight": "Weight", + "quantity": "Quantity", + "equipped": "Equipped" + } }, "Apps": { "Ask": { diff --git a/templates/GenericItemSheet/content.hbs b/templates/GenericItemSheet/content.hbs index 818c483..ec90aca 100644 --- a/templates/GenericItemSheet/content.hbs +++ b/templates/GenericItemSheet/content.hbs @@ -1,21 +1,23 @@
-
-