dialogic-godot / dialogic

💬 Create Dialogs, Visual Novels, RPGs, and manage Characters with Godot to create your Game!
https://dialogic.pro
MIT License
3.35k stars 206 forks source link

Parse Variables in Glossary Fields #2173

Closed CakeVR closed 1 month ago

CakeVR commented 1 month ago

This will parse the glossary fields for potential variables.

Closes #2172

Jowan-Spooner commented 1 month ago

Looks good to me. I would like to move some of this functionality out of the layer, so that there is an easier way to just get the parsed and translated glossary info (because otherwise this has to be done in any glossary layer). But for now this is a good fix! Thanks.