Compare commits
	
		
			7 Commits
		
	
	
		
			foundryvtt
			...
			foundryvtt
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 9bb80cf7b0 | |||
| 9f1dcea2d8 | |||
| 3f1a10e75c | |||
| aef26eabcc | |||
| 8f4db990f8 | |||
| 2ee9723267 | |||
| 45f92e05d9 | 
| @@ -18,9 +18,9 @@ It aims to translate all text, including : | ||||
| Pour l'installer, suivre ces instructions :  | ||||
|  | ||||
| 1.  Au sein de Foundry, allez dans le menu "Configuration and Setup", puis sur l'onglet "Modules" | ||||
| 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 | ||||
| 4.  Installez ce module WH4-fr : https://gitlab.com/LeRatierBretonnien/foundryvtt-wh4-lang-fr-fr/-/raw/master/module.json | ||||
| 2.  Installez le module de françisation de l'interface principale ("core FR" dans la recherche de modules) | ||||
| 3.  Installez le module 'babele'  ("babele" dans la recherche de modules) | ||||
| 4.  Installez ce module WH4-fr : ("Translation" ou "French" ou "wfrp4" dans la recherche de modules) | ||||
|  | ||||
| [IN FRENCH ONLY BELOW] | ||||
|  | ||||
|   | ||||
							
								
								
									
										6
									
								
								fr.json
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								fr.json
									
									
									
									
									
								
							| @@ -2053,6 +2053,10 @@ | ||||
|     "IngredientControl":"Controller", | ||||
|     "IngredientNone":"Aucun", | ||||
|     "IngredientPower":"Pouvoir", | ||||
|     "LOG.CareerChange":"Changement de carrière: {career}" | ||||
|     "LOG.CareerChange":"Changement de carrière: {career}", | ||||
|  | ||||
|     "DIALOG.Advancement":"Coût d'avancement", | ||||
|     "DIALOG.AdvancementContent":"Confirmez ou modifiez le coût de cette progression", | ||||
|     "SHEET.ArmourDamaged":"Armure endommagée de 1 point", | ||||
|     "SHEET.ArmourRepaired":"Armure réparée de 1 point" | ||||
|   } | ||||
|   | ||||
							
								
								
									
										11
									
								
								module.json
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								module.json
									
									
									
									
									
								
							| @@ -1,14 +1,15 @@ | ||||
| { | ||||
|   "id": "WH4-fr-translation", | ||||
|   "id": "wh4-fr-translation", | ||||
|   "title": "WFRP4e - Core Module en français.", | ||||
|   "description": "Traduction Française pour Warhammer v4.", | ||||
|   "authors": [ {"name":"LeRatierBretonnien" }], | ||||
|   "url": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr", | ||||
|   "flags": {}, | ||||
|   "version": "6.1.0", | ||||
|   "version": "6.1.3", | ||||
|   "compatibility": { | ||||
|     "minimum": "10", | ||||
|     "verified": "9.283" | ||||
|     "minimum": "9.280", | ||||
|     "verified": "10.284", | ||||
|     "maximum": "10" | ||||
|   }, | ||||
|   "scripts": [], | ||||
|   "esmodules": [ | ||||
| @@ -140,7 +141,7 @@ | ||||
|   }, | ||||
|   "socket": false, | ||||
|   "manifest": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/raw/v4/module.json", | ||||
|   "download": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/archive/foundryvtt-wh4-lang-fr-6.1.0.zip", | ||||
|   "download": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/archive/foundryvtt-wh4-lang-fr-6.1.3.zip", | ||||
|   "protected": false, | ||||
|   "coreTranslation": false, | ||||
|   "library": false | ||||
|   | ||||
| @@ -3,7 +3,7 @@ local JSON = require"json" | ||||
|  | ||||
| --local enjsonf = "/home/morr/foundry/foundrydata-dev/Data/modules/wfrp4e-dotr/lang/en.json" | ||||
| --local enjsonf = "/home/morr/foundry/foundrydata-dev/Data/modules/wfrp4e-core/lang/en.json" | ||||
| local enjsonf = "../../WFRP4e-FoundryVTT/lang/en.json" | ||||
| local enjsonf = "../../WFRP4e-FoundryVTT/static/lang/en.json" | ||||
| local frjsonf = "../fr.json" | ||||
|  | ||||
| local fp = io.open(enjsonf, "r") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user