Add babele management

This commit is contained in:
2020-03-25 20:37:09 +01:00
parent 909dfbf39c
commit 34a58180f2
3 changed files with 20 additions and 3 deletions

13
babele-register.js Normal file
View File

@ -0,0 +1,13 @@
Hooks.once('init', () => {
if(typeof Babele !== 'undefined') {
Babele.get().register({
module: 'WH4-fr-translation',
lang: 'fr',
dir: 'compendium'
});
}
});