Reorganizing languages files properties

This commit is contained in:
Vlyan
2022-02-26 13:27:24 +01:00
parent 0d3ac2ce83
commit b5bb4e04f2
61 changed files with 530 additions and 531 deletions

View File

@@ -19,7 +19,7 @@ export class GmToolbox extends FormApplication {
id: "l5r5e-gm-toolbox",
classes: ["l5r5e", "gm-toolbox"],
template: CONFIG.l5r5e.paths.templates + "gm/gm-toolbox.html",
title: game.i18n.localize("l5r5e.gm_toolbox.title"),
title: game.i18n.localize("l5r5e.gm.toolbox.title"),
left: x - 627,
top: y - 98,
closeOnSubmit: false,
@@ -247,7 +247,7 @@ export class GmToolbox extends FormApplication {
}
ui.notifications.info(
` <i class="fas fa-user${isAll ? "s" : ""}"></i> ` + game.i18n.localize(`l5r5e.gm_toolbox.${type}_info`)
` <i class="fas fa-user${isAll ? "s" : ""}"></i> ` + game.i18n.localize(`l5r5e.gm.toolbox.${type}_info`)
);
}
}