diff options
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}' |