Hi
Is there a way to basically print the options value inside a language override like this
<?php echo Text::_('{blue}'); ?>
In frontend it returns the expected translation(Azul), however using
<?php echo Text::_('{options.value}'); ?>
It returns the value name(blue).
Regards