formular icon indicating copy to clipboard operation
formular copied to clipboard

WIP: label translation proof of concept

Open jodeci opened this issue 7 years ago • 1 comments

@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.

jodeci avatar Apr 25 '17 08:04 jodeci

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?

fran-worley avatar Jun 12 '17 09:06 fran-worley