Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there some offcial Active Record error translation in spanish?

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?

like image 912
McSas Avatar asked Dec 19 '12 03:12

McSas


People also ask

What is I18n t?

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.

What is I18n Rails?

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.


1 Answers

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.

like image 167
iltempo Avatar answered Oct 07 '22 11:10

iltempo