formular
formular copied to clipboard
WIP: label translation proof of concept
@fran-worley
I put up something quick and dirty that at least works for me, let me know if this is the right direction you want to take. Basically options[:label] when nil will trigger the auto translation.
Hey @jodeci thanks for this,
It's a good starting point, though we need to set this up so that it is an option. Currently this would make i18n a dependency for everyone even if they don't use it.
I know that dry-validation use i18n in such a way that it's optional so maybe we could draw some inspiration from there?