aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/locales/en.yml1
-rw-r--r--config/locales/nl.yml1
-rw-r--r--config/routes.rb1
3 files changed, 3 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 1510258..af45398 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -79,6 +79,7 @@ en:
moderation: Moderation
update_notified: Update who gets notified
comments: Comments
+ teasers: Teasers
blog:
comment_mailer:
notification:
diff --git a/config/locales/nl.yml b/config/locales/nl.yml
index 35f9368..a7f5583 100644
--- a/config/locales/nl.yml
+++ b/config/locales/nl.yml
@@ -75,6 +75,7 @@ nl:
moderation: Stuur notificaties
update_notified: Wijzig wie notificaties ontvangt
comments: Reacties
+ teasers: Teasers
blog:
comment_mailer:
notification:
diff --git a/config/routes.rb b/config/routes.rb
index aed7e77..1793edb 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -39,6 +39,7 @@
get :moderation
get :comments
+ get :teasers
end
end
end