You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Internationalization of the error messages would be immensely helpful for multi-language applications. Alternatively, it would be really helpful to get a list of all potential errors that could be produced from the keygen API so I could internationalize them myself. I've tried looking through the website but I couldn't find anything.
Thanks for your help!
The text was updated successfully, but these errors were encountered:
Thanks for bringing this up. Errors mainly come from model validations and from Rails internals, but they may also come from gems like typed_params and others. Because of the dynamic nature of our error handling, and the various places errors can originate from, documenting all error messages would be a herculean effort. It's been on the "nice to have" list — and we may be able to get at least halfway there utilizing the integration test suite — but hasn't been a priority, to be honest.
With that said, implementing i18n would also be quite a herculean effort, and although we don't have any plans on implementing it ourselves, we would entertain contributions.
Internationalization of the error messages would be immensely helpful for multi-language applications. Alternatively, it would be really helpful to get a list of all potential errors that could be produced from the keygen API so I could internationalize them myself. I've tried looking through the website but I couldn't find anything.
Thanks for your help!
The text was updated successfully, but these errors were encountered: