Alphabetize RipCrypt.common lang object

This commit is contained in:
Oliver-Akins 2025-01-26 16:18:21 -07:00
parent 8fe6c148fc
commit 8cfb6e5238
3 changed files with 47 additions and 44 deletions

View file

@ -19,61 +19,62 @@
"HeroSkillsCardV1": "Hero Skill Card"
},
"common": {
"ammo": "Ammo",
"quantity": "Quantity",
"equipped": "Equipped",
"edit": "Edit",
"delete": "Delete",
"empty": "---",
"move": "Move",
"run": "Run",
"fate": {
"North": "North",
"East": "East",
"South": "South",
"West": "West"
},
"ability": {
"grit": "Grit",
"gait": "Gait",
"grip": "Grip",
"glim": "Glim"
},
"traits": "Traits",
"range": "Range",
"weapon": {
"singular": "Weapon",
"plural": "Weapons"
},
"armour": "Armour",
"wear": "Wear",
"damage": "Damage",
"guts": "Guts",
"glory": "Glory",
"step": "Step",
"rank": "Rank",
"gear": "Gear",
"slot": "Slot",
"currency": {
"gold": "Gold",
"silver": "Silver",
"copper": "Copper"
},
"anatomy": {
"head": "Head",
"body": "Body",
"arms": "Arms",
"legs": "Legs"
},
"shield": "Shield",
"access": {
"Common": "Common",
"Uncommon": "Uncommon",
"Rare": "Rare",
"Scarce": "Scarce"
},
"ammo": "Ammo",
"anatomy": {
"head": "Head",
"body": "Body",
"arms": "Arms",
"legs": "Legs"
},
"armour": "Armour",
"currency": {
"gold": "Gold",
"silver": "Silver",
"copper": "Copper"
},
"damage": "Damage",
"delete": "Delete",
"edit": "Edit",
"empty": "---",
"equipped": "Equipped",
"fate": "Fate",
"gear": "Gear",
"glory": "Glory",
"guts": "Guts",
"location": "Location",
"move": "Move",
"path": {
"North": "North",
"East": "East",
"South": "South",
"West": "West"
},
"protection": "Protection",
"location": "Location"
"quantity": "Quantity",
"rank": "Rank",
"range": "Range",
"run": "Run",
"shield": "Shield",
"slot": "Slot",
"step": "Step",
"traits": "Traits",
"weapon": {
"singular": "Weapon",
"plural": "Weapons"
},
"wear": "Wear"
},
"setting": {
"abbrAccess": {

View file

@ -114,7 +114,7 @@ export class HeroSummaryCardV1 extends GenericAppMixin(HandlebarsApplicationMixi
ctx.fate.options = [
{ label: `RipCrypt.common.empty`, v: `` },
...gameTerms.FatePath
.map(v => ({ label: `RipCrypt.common.fate.${v}`, value: v })),
.map(v => ({ label: `RipCrypt.common.path.${v}`, value: v })),
];
return ctx;
};

View file

@ -98,7 +98,9 @@
{{!-- * Fate & Advancement --}}
<div class="fate">
<label for="{{meta.idp}}-fate-path" class="col-header">Fate</label>
<label for="{{meta.idp}}-fate-path" class="col-header">
{{ rc-i18n "RipCrypt.common.fate" }}
</label>
<select
class="row-alt"
id="{{meta.idp}}-fate-path"