Update swade fr content

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

View File

@ -52,13 +52,7 @@
"styles": [ "styles": [
"swade-fr.css" "swade-fr.css"
], ],
"languages": [ "languages": [],
{
"lang": "fr",
"name": "French (FRANCE)",
"path": "fr.json"
}
],
"packs": [], "packs": [],
"system": [], "system": [],
"dependencies": [ "dependencies": [
@ -71,6 +65,10 @@
"name": "swade", "name": "swade",
"type": "system" "type": "system"
}, },
{
"name": "swade-fr",
"type": "module"
},
{ {
"name": "dice-so-nice", "name": "dice-so-nice",
"type": "module", "type": "module",
@ -79,7 +77,7 @@
], ],
"socket": false, "socket": false,
"manifest": "https://gitlab.com/sasmira/swade-fr-content/-/raw/master/module/module.json", "manifest": "https://gitlab.com/sasmira/swade-fr-content/-/raw/master/module/module.json",
"download": "https://gitlab.com/sasmira/swade-fr-content/-/jobs/artifacts/v0.20.0.0/raw/swade-fr.zip?job=build", "download": "https://gitlab.com/sasmira/swade-fr-content/-/jobs/artifacts/v0.20.0.0/raw/swade-fr-content.zip?job=build",
"protected": false, "protected": false,
"coreTranslation": false, "coreTranslation": false,
"library": false "library": false

View File

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