konform-kt / konform

Portable validations for Kotlin
https://www.konform.io
MIT License
652 stars 39 forks source link

Implement i18n and l10n support for hints #2

Open nlochschmidt opened 6 years ago

raderio commented 5 years ago

Is there ETA for this?

magro commented 4 years ago

@nlochschmidt do you have plans to work on this?

nlochschmidt commented 4 years ago

Yes, but I need to design the API for #3 first. Regarding i18n, multi-platform is the tricky part here. I like the way https://github.com/valiktor/valiktor does it, but it relies on java.util.ResourceBundle.

magro commented 4 years ago

Ok, thanks!