Nouvelles traductions

This commit is contained in:
2023-01-15 10:10:26 +01:00
parent 2d6091d477
commit ecbb3dcdf4
5 changed files with 660 additions and 388 deletions

View File

@ -215,7 +215,7 @@ const __check_fix_wrong_modules = (chatFlag, patchFinished) => {
});
if (game.user.isGM && patchFinished) {
ChatMessage.create({
content: "<div>Les modules WFRP4E ont été <strong>patchés avec succés</strong>. Vous pouvez y aller et que <strong>Shallya vous garde !</strong></div>",
content: "<div>Les modules WFRP4E ont été <strong>patchés avec succés</strong>. Vous pouvez y aller et que <strong>Shallya vous garde !</strong></div>Nouveautés 6.2.23: <ul><li>Traduction des items du Starter Set (Ashbury77)</li><li>Traduction des items du d'Archives of the Empire (Bimkiz)</li></ul>",
user: game.user.id,
whisper: ChatMessage.getWhisperRecipients("GM")
});