mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
bugfix
This commit is contained in:
parent
f1067661d4
commit
5ed7572f95
@ -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;
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user