translation working

This commit is contained in:
ForestOfLight
2025-12-14 13:43:47 -08:00
Unverified
parent dcc9704078
commit 1249a894e4
7 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export class MenuFormBuilder {
static buildAllStructures() {
const allStructuresForm = new ActionFormData()
.title(this.menuTitle)
.body({ translate: construct.mainmenu.selectstructure.header });
.body({ translate: 'construct.mainmenu.selectstructure.header' });
structureCollection.getWorldStructureIds().forEach(structureId => {
const structureName = structureId.replace('mystructure:', '');
allStructuresForm.button(`§2${structureName}`);