PS - the Globalite plugin has many of these translations done already: http://github.com/mattetti/globalite/tree/3525504a30645b6234361bc6c92f5b0c77c6d5f7/lang/rails
and http://github.com/mattetti/globalite/blob/3525504a30645b6234361bc6c92f5b0c77c6d5f7/lang/rails/fr-FR.yml The yaml files are in a slightly different format though. On Thu, Jan 15, 2009 at 5:37 PM, Bruno Bornsztein < [email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
