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

@@ -50,8 +50,8 @@ export class HelpDialog extends FormApplication {
event.preventDefault();
event.stopPropagation();
const name = $(event.currentTarget).data("type");
ui.notifications.info(game.i18n.localize(`l5r5e.logo.${name}-info`));
window.open(game.i18n.localize(`l5r5e.logo.${name}-link`), "_blank");
ui.notifications.info(game.i18n.localize(`l5r5e.logo.${name}.info`));
window.open(game.i18n.localize(`l5r5e.logo.${name}.link`), "_blank");
});
}