Compare commits

..

5 Commits

Author SHA1 Message Date
3f1a10e75c rework ID 2022-09-02 14:54:01 +02:00
aef26eabcc rework ID 2022-09-02 14:53:24 +02:00
8f4db990f8 rework ID 2022-09-01 15:36:21 +02:00
2ee9723267 Sync with v10 2022-09-01 08:23:37 +02:00
45f92e05d9 Sync with v10 2022-09-01 08:23:29 +02:00
3 changed files with 12 additions and 7 deletions

View File

@ -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"
}

View File

@ -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.2",
"compatibility": {
"minimum": "10",
"verified": "9.283"
"minimum": "9",
"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.2.zip",
"protected": false,
"coreTranslation": false,
"library": false

View File

@ -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")