Add babele management
This commit is contained in:
13
babele-register.js
Normal file
13
babele-register.js
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
Hooks.once('init', () => {
|
||||
|
||||
if(typeof Babele !== 'undefined') {
|
||||
|
||||
Babele.get().register({
|
||||
module: 'WH4-fr-translation',
|
||||
lang: 'fr',
|
||||
dir: 'compendium'
|
||||
});
|
||||
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user