Enable gnome and new translations

This commit is contained in:
2021-05-06 21:51:06 +02:00
parent e78938ce68
commit d6346b2859
11 changed files with 45 additions and 22 deletions

View File

@ -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