Fix Druidic Stuff
This commit is contained in:
parent
cff533935e
commit
30893f1258
@ -397,10 +397,13 @@ Hooks.once('init', () => {
|
||||
},
|
||||
// Search back in careers the translated name of the groupe (as it is the name of the level career itself)
|
||||
"career_careergroup": (value) => {
|
||||
// Manage exception
|
||||
// Manage exception - Dirty hack
|
||||
if ( value == 'Slayer' ) {
|
||||
return "Tueurs Nains";
|
||||
}
|
||||
if ( value == 'Druidic Priest' ) {
|
||||
return "Druide";
|
||||
}
|
||||
// Per default
|
||||
var compendium = game.packs.find(p => p.collection === compmod+'.careers');
|
||||
return compendium.i18nName( { name: value } );
|
||||
|
@ -2343,6 +2343,6 @@
|
||||
"Fléau",
|
||||
"Robes en lambeaux"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
"name": "WH4-fr-translation",
|
||||
"title": "Traduction du module WH4 en Français.",
|
||||
"description": "La traduction du module WH4.",
|
||||
"version": "1.1.12",
|
||||
"version": "1.1.13",
|
||||
"minimumCoreVersion" : "0.6.6",
|
||||
"compatibleCoreVersion": "1.0.0",
|
||||
"author": "LeRatierBretonnien",
|
||||
|
Loading…
Reference in New Issue
Block a user