forked from public/swade-fr-content
14 lines
296 B
JavaScript
14 lines
296 B
JavaScript
|
|
||
|
/************************************************************************************/
|
||
|
Hooks.once('init', () => {
|
||
|
if(typeof Babele !== 'undefined') {
|
||
|
|
||
|
console.log("BABELE LOADED !!!");
|
||
|
Babele.get().register({
|
||
|
module: 'swade-fr',
|
||
|
lang: 'fr',
|
||
|
dir: 'compendiums'
|
||
|
});
|
||
|
}
|
||
|
|
||
|
});
|