Compare commits
3 Commits
foundryvtt
...
foundryvtt
Author | SHA1 | Date | |
---|---|---|---|
e2178329f7 | |||
83da960d30 | |||
4f22403c5f |
17
fr.json
17
fr.json
@ -1523,14 +1523,19 @@
|
|||||||
|
|
||||||
"Academics": "Lettrés",
|
"Academics": "Lettrés",
|
||||||
"Academic": "Lettré",
|
"Academic": "Lettré",
|
||||||
"Burgher": "Citadins",
|
"Burghers": "Citadins",
|
||||||
"Rogues": "Roublards",
|
"Burgher": "Citadin",
|
||||||
|
"Rogues": "Roublards",
|
||||||
|
"Rogue": "Roublard",
|
||||||
"Riverfolk": "Riverains",
|
"Riverfolk": "Riverains",
|
||||||
"Peasants": "Ruraux",
|
"Peasants": "Ruraux",
|
||||||
"Peasant": "Ruraux",
|
"Peasant": "Rural",
|
||||||
"Warrior": "Guerriers",
|
"Warriors": "Guerriers",
|
||||||
"Ranger": "Itinérants",
|
"Warrior": "Guerrier",
|
||||||
"Courtier": "Courtisans",
|
"Rangers": "Itinérants",
|
||||||
|
"Ranger": "Itinérant",
|
||||||
|
"Courtiers": "Courtisans",
|
||||||
|
"Courtier": "Courtisan",
|
||||||
|
|
||||||
"Calvalry": "Cavalerie",
|
"Calvalry": "Cavalerie",
|
||||||
"Flail": "Fléau",
|
"Flail": "Fléau",
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"url": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr",
|
"url": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr",
|
||||||
"version": "7.0.4",
|
"version": "7.0.5",
|
||||||
"esmodules": [
|
"esmodules": [
|
||||||
"babele-register.js",
|
"babele-register.js",
|
||||||
"addon-register.js",
|
"addon-register.js",
|
||||||
@ -127,7 +127,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"manifest": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/raw/v10/module.json",
|
"manifest": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/raw/v10/module.json",
|
||||||
"download": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/archive/foundryvtt-wh4-lang-fr-7.0.4.zip",
|
"download": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/archive/foundryvtt-wh4-lang-fr-7.0.5.zip",
|
||||||
"id": "wh4-fr-translation",
|
"id": "wh4-fr-translation",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": "10",
|
"minimum": "10",
|
||||||
|
@ -176,6 +176,12 @@ export class WH4FRPatchConfig {
|
|||||||
game.wfrp4e.config.species["welf"] = "Elfe Sylvain";
|
game.wfrp4e.config.species["welf"] = "Elfe Sylvain";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (game.wfrp4e.config.classTrappings) {
|
||||||
|
for(const c of Object.keys(game.wfrp4e.config.classTrappings)) {
|
||||||
|
game.wfrp4e.config.classTrappings[game.i18n.localize(c)] = game.wfrp4e.config.classTrappings[c];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
this.patch_species_skills();
|
this.patch_species_skills();
|
||||||
this.patch_species_talents();
|
this.patch_species_talents();
|
||||||
this.patch_subspecies();
|
this.patch_subspecies();
|
||||||
|
Reference in New Issue
Block a user