From 23fe484a2ea9ad60ca349763f98389b164ff9915 Mon Sep 17 00:00:00 2001 From: Yuki Date: Tue, 9 Jun 2015 22:45:11 +0530 Subject: [PATCH] 'language' key --- config/locales/en.yml | 1 + config/locales/fr.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 3f38a62d..cd94d8ea 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -20,6 +20,7 @@ # available at http://guides.rubyonrails.org/i18n.html. en: + language: "English (US)" frontend: load: "Load more" success: diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 437c52d4..5e7435d4 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -1,5 +1,6 @@ --- fr: + language: "Français" frontend: load: "Afficher plus" success: @@ -450,4 +451,4 @@ fr: supporter: "Supporter" contributor: "Contributeur" blogger: "Blogger" - banned: "Banni" \ No newline at end of file + banned: "Banni"