Localize names / labels of newly created embedded items / effects
This commit is contained in:
parent
808dab7f5a
commit
bb67788abc
4 changed files with 31 additions and 5 deletions
|
@ -99,7 +99,7 @@ export class DS4ItemSheet extends ItemSheet<ItemSheet.Options, DS4ItemSheetData>
|
|||
*/
|
||||
protected async createActiveEffect(): Promise<ActiveEffect | undefined> {
|
||||
const createData = {
|
||||
label: "New Effect",
|
||||
label: getGame().i18n.localize(`DS4.NewEffectLabel`),
|
||||
icon: "icons/svg/aura.svg",
|
||||
origin: this.item.uuid,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue