Traduction des effets

This commit is contained in:
2021-02-12 15:21:58 +01:00
parent 533ecafdc8
commit b03b357c23
11 changed files with 12515 additions and 26006 deletions

View File

@ -487,6 +487,7 @@ Hooks.once('init', () => {
if ( !effects) return;
for (let i=0; i<effects.length; i++) {
let effect = effects[i];
console.log("EFFECT LABEL1:", effect );
effect.label = translations['label'+i];
}
return effects