On Aug 7, 2011, at 11:19 AM, Ignacio Huerta wrote: > Hi, > > I'm testing the latest Hobo 1.3 and I have found out that by default > spanish translation crashes the application: > > - I create a new application with the wizard and select "es" as the > default language. > - I create a resource, for example "order" with a date field > - When I go to the "new" page, the name of the months are empty. > - When I go to the "show" page, it crashes saying "translation > missing: es.date.formats.default" > > I found out that some Rails translations are missing by default. > Downloading the example "es.yml" from > https://github.com/svenfuchs/rails-i18n/tree/master/rails/locale > and putting it into the config/locales folder solved the problem. > > I believe this should work by default (it probably happens the same in > any language but english). I propose that we integrate a simple > default "es.yml", or maybe copy those keys into "app.es.yml". What do > you think?
The rails-i18n repo is the canonical source for vanilla Rails translations - I don't think we want to try to maintain a parallel set. A warning or something when setting up an app would probably be a good idea, though. --Matt Jones -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
