Finalize EiS translation + auto-patch
This commit is contained in:
@ -509,7 +509,7 @@ Hooks.once('init', () => {
|
||||
return compendium.i18nName( { name: value } );
|
||||
},
|
||||
"mutations_modifier": (value) => {
|
||||
console.log("Parsing mutation :", value);
|
||||
//console.log("Parsing mutation :", value);
|
||||
value = value.toLowerCase();
|
||||
value = value.replace("weapon skill" ,"Capacité de Combat");
|
||||
value = value.replace("ballistic skill", "Capacité de Tir");
|
||||
|
Reference in New Issue
Block a user