Compare commits
	
		
			3 Commits
		
	
	
		
			foundryvtt
			...
			master
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 6e5e708a32 | |||
| 63acdb0483 | |||
| 11e9cfeb3a | 
| @@ -11,12 +11,10 @@ It aims to translate all text, including : | |||||||
|  |  | ||||||
| Pour l'installer, suivre ces instructions :  | Pour l'installer, suivre ces instructions :  | ||||||
|  |  | ||||||
| 1.  Au sein de Foundry, allez dans le menu "Configuration and Setup", puis sur l'onglet "Modules" | Consultez le Discord FR : https://discord.gg/pPSDNJk  | ||||||
| 2.  Installez le module de françisation de l'interface principale : https://gitlab.com/baktov.sugar/foundryvtt-lang-fr-fr/raw/master/fr-FR/module.json |  | ||||||
| 3.  Installez le module 'babele'  : https://gitlab.com/riccisi/foundryvtt-babele/raw/master/module/module.json | Et les messages épinglés et le Wiki FR sur Foundry: https://foundryvtt.wiki/fr/systemes/fr-wfrp4e  | ||||||
| 4.  Installez ce module WH4-fr : https://gitlab.com/LeRatierBretonnien/foundryvtt-wh4-lang-fr-fr/-/raw/master/module.json |  | ||||||
|  |  | ||||||
| [IN FRENCH ONLY BELOW] |  | ||||||
|  |  | ||||||
| ## Usage Instructions | ## Usage Instructions | ||||||
|  |  | ||||||
|   | |||||||
| @@ -409,6 +409,8 @@ Hooks.once('ready', () => { | |||||||
|      |      | ||||||
|   if (game.user.isGM) |   if (game.user.isGM) | ||||||
|     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") } );       | ||||||
|  |   if ( isNewerVersion( "2.2.0", game.system.data.version ) | ||||||
|  |     ChatMessage.create( { title: "Version trop récente", content: "<strong>Vous êtes en v3 du système Warhammer</strong>Ce module de traduction ne fonctionne plus avec ces versions. Allez sur le Discord FR pour plus d'informations.", 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, 10000, false, false); |   setTimeout( __check_fix_wrong_modules, 10000, false, false); | ||||||
|   | |||||||
| @@ -3,7 +3,7 @@ | |||||||
|   "name": "WH4-fr-translation", |   "name": "WH4-fr-translation", | ||||||
|   "title": "Traduction du module WH4 en Français.", |   "title": "Traduction du module WH4 en Français.", | ||||||
|   "description": "La traduction du module WH4.", |   "description": "La traduction du module WH4.", | ||||||
|   "version": "1.2.6", |   "version": "1.2.8", | ||||||
|   "minimumCoreVersion" : "0.6.6", |   "minimumCoreVersion" : "0.6.6", | ||||||
|   "compatibleCoreVersion": "1.0.0", |   "compatibleCoreVersion": "1.0.0", | ||||||
|   "author": "LeRatierBretonnien", |   "author": "LeRatierBretonnien", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user