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"