From d5f35854baf0c8fc17d0cb165d342555c2b33d22 Mon Sep 17 00:00:00 2001 From: Guirec CORBEL Date: Sun, 29 May 2011 14:42:14 -0400 Subject: add some options for translation and translate in french --- config/locales/en.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'config') diff --git a/config/locales/en.yml b/config/locales/en.yml index 133637b..eb886a9 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -138,16 +138,16 @@ en: no_blog_articles_posted: 'There are no blog articles posted for %{date}. Stay tuned.' activerecord: models: - blog_category: category - blog_comment: comment - blog_post: blog post + blog_category: Category + blog_comment: Comment + blog_post: Blog post attributes: blog_category: - title: title + title: Title blog_comment: name: Name email: Email message: Message blog_post: - title: title - body: body \ No newline at end of file + title: Title + body: Body \ No newline at end of file -- cgit v1.2.3