diff --git a/sw5e.js b/sw5e.js index c4b1c5d1..5ebf8da8 100644 --- a/sw5e.js +++ b/sw5e.js @@ -133,6 +133,8 @@ Hooks.once("setup", function() { return obj; }, {}); } + // add DND5E translation for module compatability + game.i18n.translations.DND5E = game.i18n.translations.SW5E; }); /* -------------------------------------------- */