Look at the top of en-us.yml, specifically:
en:
date:
formats:
published_date: "%Y/%m/%d"
date_ago: "%B %d"
time:
formats:
published_date: "%Y/%m/%d"
time_ago: "%l:%M%p"
activerecord:
attributes:
photo:
created_at: "created at: "
If you have time to translate those to french, please submit your changes so
we can update the french translation. Thanks!
Bruno
On Mon, Mar 30, 2009 at 5:41 AM, Antoine <[email protected]> wrote:
>
> Dear all,
>
> I tested the release candidate ;-)
>
> About translation, now I have an error when the translation doesn't
> exist and also I don't really how to fix that :
>
> Showing vendor/plugins/community_engine/app/views/activities/
> _activity.html.haml where line #3 raised:
>
> translation missing: fr, date, formats
>
> Extracted source (around line #3):
>
> 1: %dl{:class => (activity.item_type &&
> activity.item_type.humanize.downcase) }
> 2: %dt
> 3: =time_ago_in_words_or_date(activity.created_at)
> 4: %dd
> 5: =link_to activity.user.login.capitalize, user_path
> (activity.user.login_slug)
> 6: - if activity.item
>
>
> I have to install the rails i18n core translation ? How ?
>
> Best regards !
> Antoine
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---