This commit is contained in:
2021-07-26 23:54:21 +02:00
parent e6e1cbd073
commit 69551f3499
4 changed files with 41 additions and 4 deletions

View File

@ -214,7 +214,7 @@ const __add_actors_translation = ( ) => {
let pack_array = [];
for ( let metadata of game.data.packs ) {
if(!game.babele.isTranslated(metadata) && metadata.documentName === 'Actor') {
console.log("PACK : ", metadata);
//console.log("PACK : ", metadata);
let translations = {
"label": metadata.name,
"mapping": {