Sync
This commit is contained in:
parent
43324cc172
commit
981622f535
@ -297,7 +297,7 @@ Hooks.once('ready', () => {
|
|||||||
ChatMessage.create( { title: "Patch en progression", content: "Les modules WFRP4E sont <strong>en cours de patch pour traduction</strong>... Merci <strong>d'attendre le message de fin</strong> (dans environ 20 secondes)", whisper: ChatMessage.getWhisperRecipients("GM") } );
|
ChatMessage.create( { title: "Patch en progression", content: "Les modules WFRP4E sont <strong>en cours de patch pour traduction</strong>... Merci <strong>d'attendre le message de fin</strong> (dans environ 20 secondes)", whisper: ChatMessage.getWhisperRecipients("GM") } );
|
||||||
|
|
||||||
//setTimeout( __check_fix_wrong_modules, 2000, true, false);
|
//setTimeout( __check_fix_wrong_modules, 2000, true, false);
|
||||||
setTimeout( __check_fix_wrong_modules, 20000, true, false);
|
setTimeout( __check_fix_wrong_modules, 20000, true, true);
|
||||||
setTimeout( __add_actors_translation, 21000, false, true);
|
setTimeout( __add_actors_translation, 21000, false, true);
|
||||||
|
|
||||||
/* ATTEMPT !!
|
/* ATTEMPT !!
|
||||||
|
5
fr.json
5
fr.json
@ -1452,11 +1452,6 @@
|
|||||||
"Scales": "Ecailles",
|
"Scales": "Ecailles",
|
||||||
|
|
||||||
"Commands":"Commandes",
|
"Commands":"Commandes",
|
||||||
"as weapon":"comme arme",
|
|
||||||
"half weapon":"moitié d'arme",
|
|
||||||
"quarter weapon":"quart d'arme",
|
|
||||||
"third weapon":"troisième arme",
|
|
||||||
"twice weapon":"arme double",
|
|
||||||
|
|
||||||
"NAME.BP" : "Sous de Cuivre",
|
"NAME.BP" : "Sous de Cuivre",
|
||||||
"NAME.SS" : "Pistole d'Argent",
|
"NAME.SS" : "Pistole d'Argent",
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "WH4-fr-translation",
|
"name": "WH4-fr-translation",
|
||||||
"title": "WFRP4e - Core Module en français.",
|
"title": "WFRP4e - Core Module en français.",
|
||||||
"description": "Traduction Française pour Warhammer v4.",
|
"description": "Traduction Française pour Warhammer v4.",
|
||||||
"version": "4.3.2",
|
"version": "4.3.3",
|
||||||
"minimumCoreVersion" : "0.8.0",
|
"minimumCoreVersion" : "0.8.0",
|
||||||
"compatibleCoreVersion": "0.8.9",
|
"compatibleCoreVersion": "0.8.9",
|
||||||
"author": "LeRatierBretonnien",
|
"author": "LeRatierBretonnien",
|
||||||
|
Loading…
Reference in New Issue
Block a user