aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/en.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r--config/locales/en.yml22
1 files changed, 21 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index f5b5461..133637b 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -126,8 +126,28 @@ en:
filed_in: Filed in
tagged: Tagged
submit: Send comment
+ name: Name
+ email: Email
+ message: Message
+ by: by
tagged:
no_blog_articles_yet: There are no blog articles posted yet. Stay tuned.
+ posts_tagged: Posts tagged
archive:
blog_archive_for: 'Blog Archive for %{date}'
- no_blog_articles_posted: 'There are no blog articles posted for %{date}. Stay tuned.'
+ 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
+ attributes:
+ blog_category:
+ title: title
+ blog_comment:
+ name: Name
+ email: Email
+ message: Message
+ blog_post:
+ title: title
+ body: body \ No newline at end of file