Enable gnome and new translations
This commit is contained in:
@ -486,9 +486,10 @@ Hooks.once('init', () => {
|
||||
},
|
||||
"effects": (effects, translations) => {
|
||||
if ( !effects) return;
|
||||
if ( !translations) return;
|
||||
for (let i=0; i<effects.length; i++) {
|
||||
let effect = effects[i];
|
||||
console.log("EFFECT LABEL1:", effect );
|
||||
//console.log("EFFECT LABEL1:", effect );
|
||||
effect.label = translations['label'+i];
|
||||
}
|
||||
return effects
|
||||
|
Reference in New Issue
Block a user