From b1ba33919f5084a9ece4fdb954ef645c58fa83cd Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Thu, 31 Jul 2025 20:50:44 -0600 Subject: [PATCH] Localize and add missing labels --- langs/en-ca.json | 4 ++- templates/Apps/ArmourSheet/content.hbs | 38 +++++++++++++++++++------- 2 files changed, 31 insertions(+), 11 deletions(-) diff --git a/langs/en-ca.json b/langs/en-ca.json index bcd494d..cad8c6a 100644 --- a/langs/en-ca.json +++ b/langs/en-ca.json @@ -158,6 +158,7 @@ } }, "Apps": { + "damage-reduction": "@RipCrypt.common.damage reduction", "traits-range": "@RipCrypt.common.traits & @RipCrypt.common.range", "grit-skills": "@RipCrypt.common.abilities.grit Skills", "gait-skills": "@RipCrypt.common.abilities.gait Skills", @@ -185,7 +186,8 @@ "star-button-tooltip": "Add Star", "unstar-button": "Remove {name} as a starred ammo", "unstar-button-tooltip": "Remove Star" - } + }, + "protects-the-location": "Protects your {part}" }, "notifs": { "error": { diff --git a/templates/Apps/ArmourSheet/content.hbs b/templates/Apps/ArmourSheet/content.hbs index ead4f41..c6acde2 100644 --- a/templates/Apps/ArmourSheet/content.hbs +++ b/templates/Apps/ArmourSheet/content.hbs @@ -31,7 +31,7 @@ - Silver + {{ rc-i18n "RipCrypt.common.currency.silver" }} - Copper + {{ rc-i18n "RipCrypt.common.currency.copper" }}
- Location + + {{ rc-i18n "RipCrypt.common.location" }} +