aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAdrien Giboire <adrien.giboire@gmail.com>2011-01-25 14:14:42 +0100
committerAdrien Giboire <adrien.giboire@gmail.com>2011-01-25 14:14:42 +0100
commit9d03b0c6771796a420053c249e10464b2f7d091c (patch)
treedb32ce819616c9aedabea5b33fb4410f569b2e95 /config
parent375fb27fc8940b9db4f2cc460f5dc6d101d806fd (diff)
downloadrefinerycms-blog-9d03b0c6771796a420053c249e10464b2f7d091c.tar.gz
refinerycms-blog-9d03b0c6771796a420053c249e10464b2f7d091c.tar.bz2
refinerycms-blog-9d03b0c6771796a420053c249e10464b2f7d091c.zip
Missed translation blog.posts.post.filed_in in translation files
Diffstat (limited to 'config')
-rw-r--r--config/locales/en.yml2
-rw-r--r--config/locales/fr.yml2
2 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 7a6e49a..3bfef72 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -101,6 +101,8 @@ en:
show:
no_posts: There are no posts here yet.
posts:
+ post:
+ filed_in: Filed in
comment: comment
comments:
by: 'Posted by %{who}'
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
index 6cbce2f..c09f25f 100644
--- a/config/locales/fr.yml
+++ b/config/locales/fr.yml
@@ -101,6 +101,8 @@ fr:
show:
no_posts: 'Il n''y a aucun article pour cette catégorie.'
posts:
+ post:
+ filed_in: Classé dans
comment: commentaire
comments:
by: 'Écrit par %{who}'