Fix auto-translation
This commit is contained in:
parent
e05ef91847
commit
04ad039896
@ -287,7 +287,7 @@ const __check_fix_wrong_modules = ( chatFlag, patchFinished ) => {
|
||||
}
|
||||
});
|
||||
if (game.user.isGM && chatFlag)
|
||||
ChatMessage.create( { title: "Module EiS patché", content: "<strong>Le module EiS a été detecté et automatiquement patché.</strong>", whisper: ChatMessage.getWhisperRecipients("GM") } );
|
||||
ChatMessage.create( { title: "Module EiS patché", content: "Le module EiS a été detecté et <strong>automatiquement patché</strong>.", whisper: ChatMessage.getWhisperRecipients("GM") } );
|
||||
}
|
||||
|
||||
if ( name == "wfrp4e-rnhd" && module.active ) {
|
||||
@ -340,7 +340,7 @@ const __check_fix_wrong_modules = ( chatFlag, patchFinished ) => {
|
||||
});
|
||||
|
||||
if (game.user.isGM && patchFinished)
|
||||
ChatMessage.create( { title: "Patch fini !", content: "<strong>Les modules WFRP4E ont été patchés avec succès. Vous pouvez y aller et que Shallya vous garde !</strong>", whisper: ChatMessage.getWhisperRecipients("GM") } );
|
||||
ChatMessage.create( { title: "Patch fini !", content: "Les modules WFRP4E ont été patchés <strong>avec succès</strong>. Vous pouvez y aller et que <strong>Shallya vous garde !</strong>", whisper: ChatMessage.getWhisperRecipients("GM") } );
|
||||
|
||||
}
|
||||
|
||||
@ -406,7 +406,7 @@ Hooks.on("chatMessage", (html, content, msg) => {
|
||||
Hooks.once('ready', () => {
|
||||
|
||||
if (game.user.isGM)
|
||||
ChatMessage.create( { title: "Patch en progression", content: "<strong>Les modules WFRP4E sont en cours de patch pour traduction... Merci d'attendre le message de fin...</strong>", 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, 10000, false, false);
|
||||
|
Loading…
Reference in New Issue
Block a user