Update swade fr content
This commit is contained in:
parent
1d10fadeed
commit
8f44c75e9a
@ -52,13 +52,7 @@
|
||||
"styles": [
|
||||
"swade-fr.css"
|
||||
],
|
||||
"languages": [
|
||||
{
|
||||
"lang": "fr",
|
||||
"name": "French (FRANCE)",
|
||||
"path": "fr.json"
|
||||
}
|
||||
],
|
||||
"languages": [],
|
||||
"packs": [],
|
||||
"system": [],
|
||||
"dependencies": [
|
||||
@ -71,6 +65,10 @@
|
||||
"name": "swade",
|
||||
"type": "system"
|
||||
},
|
||||
{
|
||||
"name": "swade-fr",
|
||||
"type": "module"
|
||||
},
|
||||
{
|
||||
"name": "dice-so-nice",
|
||||
"type": "module",
|
||||
@ -79,7 +77,7 @@
|
||||
],
|
||||
"socket": false,
|
||||
"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,
|
||||
"coreTranslation": false,
|
||||
"library": false
|
||||
|
@ -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")
|
||||
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user