2021-03-15 09:22:27 +01:00
|
|
|
|
|
|
|
/************************************************************************************/
|
|
|
|
Hooks.once('init', () => {
|
|
|
|
if(typeof Babele !== 'undefined') {
|
|
|
|
|
|
|
|
console.log("BABELE LOADED !!!");
|
|
|
|
Babele.get().register({
|
|
|
|
module: 'swade-fr',
|
|
|
|
lang: 'fr',
|
|
|
|
dir: 'compendiums'
|
|
|
|
});
|
|
|
|
}
|
|
|
|
|
2021-03-17 18:10:14 +01:00
|
|
|
});
|