Added DND5E translation compatibility

Cloned SW5E translations to DND5E translation for extra module compatibility
"game.i18n.translations.DND5E = game.i18n.translations.SW5E;"
This commit is contained in:
supervj 2020-09-17 03:07:44 -04:00 committed by GitHub
parent 9777f7e9b2
commit 68238dbf4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,6 +133,8 @@ Hooks.once("setup", function() {
return obj;
}, {});
}
// add DND5E translation for module compatability
game.i18n.translations.DND5E = game.i18n.translations.SW5E;
});
/* -------------------------------------------- */