When setting up CE following the guide at
http://sites.google.com/a/curbly.com/communityengine/customizing-ce-1/a-communityengine-tutorial-building-a-social-site
I noticed two problems:
1) Localization: it says:
Inside of en-US.yml, put the following:
recent_posts: "Radical Curls"
but I think it rather should say:
en:
recent_posts: "Radical Curls"
since we created a new file and have to provide "en:" as well.
2) Globalite.show_localization_keys_for_debugging = true if
RAILS_ENV.eql?('development')
That didn't work for me. I had to do:
AppConfig.show_localization_keys_for_debugging = true if
RAILS_ENV.eql?('development')
Hope that helps.
Regards
jak4
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---