mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-20 10:57:47 +00:00
bugfix
This commit is contained in:
@@ -75,8 +75,8 @@ export default {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
transText ({ text }) {
|
transText ({ text }) {
|
||||||
const parsedText = JSON.parse(text);
|
// const parsedText = JSON.parse(text);
|
||||||
return parsedText.fr;
|
return text.fr;
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user