Update swade fr content

This commit is contained in:
2022-04-29 15:30:12 +02:00
parent 1d10fadeed
commit 8f44c75e9a
2 changed files with 8 additions and 10 deletions

View File

@ -50,7 +50,7 @@ Hooks.once('init', () => {
console.log("BABELE LOADED !!!");
Babele.get().register({
module: 'swade-fr',
module: 'swade-fr-content',
lang: 'fr',
dir: 'compendiums'
});
@ -162,7 +162,7 @@ function registerUsageCount( registerKey ) {
Hooks.once('ready', () => {
//FolderTranslate.translateFolders()
registerUsageCount("swade-fr")
registerUsageCount("swade-fr-content")
});