From de1b976b126b7e4ed3f0b2357ece637e132aa19b Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 25 Apr 2026 22:46:19 -0600 Subject: [PATCH] Finish localizing the Attribute item sheet --- langs/en-ca.json | 12 +++++++++++- templates/AttributeItemSheet/settings.hbs | 10 ++++------ templates/AttributeItemSheet/value.hbs | 6 +++--- 3 files changed, 18 insertions(+), 10 deletions(-) diff --git a/langs/en-ca.json b/langs/en-ca.json index 8f78279..0c99bc6 100644 --- a/langs/en-ca.json +++ b/langs/en-ca.json @@ -49,7 +49,8 @@ "PlayerSheet": "Player Sheet", "SingleModePlayerSheet": "Player Sheet (Always Editing)", "AttributeOnlyPlayerSheet": "Player Sheet (Attributes Only)", - "GenericItemSheet": "System Item Sheet" + "GenericItemSheet": "System Item Sheet", + "AttributeItemSheet": "Attribute Sheet" }, "misc": { "Key": "Key", @@ -68,6 +69,15 @@ "quantity": "Quantity", "equipped": "Equipped", "group": "Group" + }, + "attribute": { + "key": { + "hint": "This is the computer-friendly identifier for the attribute. When accessing the attribute in rolls, this is the name you will need to use. Changing this WILL break any existing macros you have." + }, + "always-visible": "Always Visible", + "minimum": "Minimum", + "current-value": "Current Value", + "maximum": "Maximum" } }, "Apps": { diff --git a/templates/AttributeItemSheet/settings.hbs b/templates/AttributeItemSheet/settings.hbs index 2e34710..2778d79 100644 --- a/templates/AttributeItemSheet/settings.hbs +++ b/templates/AttributeItemSheet/settings.hbs @@ -1,7 +1,7 @@

- This is the computer-friendly identifier for the attribute. - When accessing the attribute in rolls, this is the name you will - need to use. Changing this WILL break any existing macros you have. + {{ localize "taf.misc.attribute.key.hint" }}