forked from GitHub-Mirrors/foundry-sw5e
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:
parent
9777f7e9b2
commit
68238dbf4b
1 changed files with 2 additions and 0 deletions
2
sw5e.js
2
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;
|
||||
});
|
||||
|
||||
/* -------------------------------------------- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue