Dear Community,

I'm trying to translate CommunityEngine to portuguese. I got this
error when I start the server:

-----------------------------------------
translation missing: pt-BR, date, abbr_day_names

Extracted source (around line #16):

13:         %a{:href=>"#{user_post_path(post.user,
post)}", :rel=>"bookmark"}
14:           %abbr.published{:title=>"#{post.published_at}"}=
post.published_at_display("%B %d, %Y")
15:       %li.view
16:         = :views.l
17:         = "(#{post.view_count})"
18:       %li.comments
19:         = link_to :comments.l+" (#{post.comments.count})",
user_post_path(post.user, post)+'#comments'
----------------------------------------------

The translation is there, as you can see here:

----------------------------------------------
  #en: views: Views
  views: "Visualizações"
----------------------------------------------

Got the same problem when using the de-DE.yml.

Any suggestions?
Best regards,

Fernando

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to