From 68238dbf4bf3f302406ccca0e3663ee0c82ca619 Mon Sep 17 00:00:00 2001 From: supervj <64861570+supervj@users.noreply.github.com> Date: Thu, 17 Sep 2020 03:07:44 -0400 Subject: [PATCH] Added DND5E translation compatibility Cloned SW5E translations to DND5E translation for extra module compatibility "game.i18n.translations.DND5E = game.i18n.translations.SW5E;" --- sw5e.js | 2 ++ 1 file changed, 2 insertions(+) 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; }); /* -------------------------------------------- */