Yeah, looks like the french localization file is far from complete. Those error mean you're missing the localizations for ActiveRecord's default error messages. As you can see here<http://github.com/rails/rails/tree/7a0e7c7270548138a333bc39aab5aec80580174b/activerecord/lib/active_record/locale>, Rails doesn't ship with error messages in any language beside english. You'll need to translate the tokens in this file<http://github.com/rails/rails/tree/7a0e7c7270548138a333bc39aab5aec80580174b/activerecord/lib/active_record/locale>and add the translations to your own language file.
On Thu, Jan 15, 2009 at 11:07 AM, Wormsy <[email protected]> wrote: > > I am using Community Engine in french and since the update of the > project I have these translations errors on the users page during the > registration process. > > translation missing: fr, activerecord, errors, template, header > > translation missing: fr, activerecord, errors, template, body > > * Password confirmation translation missing: fr, activerecord, > errors, models, user, attributes, password_confirmation, blank > * Password translation missing: fr, activerecord, errors, models, > user, attributes, password, blank > * Password translation missing: fr, activerecord, errors, models, > user, attributes, password, too_short > * Login translation missing: fr, activerecord, errors, models, > user, attributes, login, blank > * Login translation missing: fr, activerecord, errors, models, > user, attributes, login, too_short > * Login translation missing: fr, activerecord, errors, models, > user, attributes, login, invalid > * Email translation missing: fr, activerecord, errors, models, > user, attributes, email, blank > * Email translation missing: fr, activerecord, errors, models, > user, attributes, email, too_short > * Email translation missing: fr, activerecord, errors, models, > user, attributes, email, invalid > > These errors appear when I validate an empty registration form. With > the previous Community engine version the problem did not exist. Is > someone has an idea about this problem ? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CommunityEngine" 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/communityengine?hl=en -~----------~----~----~----~------~----~------~--~---
