diff options
author | Guirec CORBEL <dougui_bzh@hotmail.com> | 2011-05-29 14:42:14 -0400 |
---|---|---|
committer | Guirec CORBEL <dougui_bzh@hotmail.com> | 2011-05-29 14:42:14 -0400 |
commit | d5f35854baf0c8fc17d0cb165d342555c2b33d22 (patch) | |
tree | 108694cb9f997f5e04fd9d23c8d54106ca9fb46c /config | |
parent | 0582c001332312c35711044ed27d9e3ec62ec441 (diff) | |
download | refinerycms-blog-d5f35854baf0c8fc17d0cb165d342555c2b33d22.tar.gz refinerycms-blog-d5f35854baf0c8fc17d0cb165d342555c2b33d22.tar.bz2 refinerycms-blog-d5f35854baf0c8fc17d0cb165d342555c2b33d22.zip |
add some options for translation and translate in french
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 12 |
1 files changed, 6 insertions, 6 deletions
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 |