Merge remote-tracking branch 'origin/main' into dev

This commit is contained in:
ForestOfLight
2026-03-27 15:20:15 -07:00
Unverified
2 changed files with 35 additions and 33 deletions
+7 -2
View File
@@ -33,7 +33,12 @@ export class MenuFormBuilder {
allStructuresForm.button(`§2${structureName}`);
});
allStructuresForm.button({ translate: 'construct.mainmenu.selectstructure.other' });
allStructuresForm.button({ translate: 'construct.mainmenu.selectstructure.howto' });
//allStructuresForm.button({ translate: 'construct.mainmenu.selectstructure.howto' }); useless
//here is a same button at buildAllInstanceName() already
//It work as the button construct.mainmenu.selectstructure.other
//here is no locationkey named construct.mainmenu.selectstructure.howto but there's a key named construct.mainmenu.howto
return allStructuresForm;
}
@@ -57,4 +62,4 @@ export class MenuFormBuilder {
.title(this.menuTitle)
.body(message);
}
}
}