diff options
author | Adrien Giboire <adrien.giboire@gmail.com> | 2011-01-25 14:14:42 +0100 |
---|---|---|
committer | Adrien Giboire <adrien.giboire@gmail.com> | 2011-01-25 14:14:42 +0100 |
commit | 9d03b0c6771796a420053c249e10464b2f7d091c (patch) | |
tree | db32ce819616c9aedabea5b33fb4410f569b2e95 /config | |
parent | 375fb27fc8940b9db4f2cc460f5dc6d101d806fd (diff) | |
download | refinerycms-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.yml | 2 | ||||
-rw-r--r-- | config/locales/fr.yml | 2 |
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}' |