I have this exception:
translation missing: es.activerecord.errors.messages.record_invalid
As far as I understand: it is raised because I don't have the spanish translations for active record. Are there official translations files for active record?
Internationalization (i18n) is the process of preparing software so that it can support local languages and cultural settings. An internationalized product supports the requirements of local markets around the world, functioning more appropriately based on local norms and better meeting in-country user expectations.
The Ruby I18n (shorthand for internationalization) gem which is shipped with Ruby on Rails (starting from Rails 2.2) provides an easy-to-use and extensible framework for translating your application to a single custom language other than English or for providing multi-language support in your application.
Have a look at the rails-i18n repository from Sven Fuchs. Just add it to your app. You can find the general spanish translations here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With