Alphabetize RipCrypt.common lang object
This commit is contained in:
parent
8fe6c148fc
commit
8cfb6e5238
3 changed files with 47 additions and 44 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue