From 361387b38a6569baae438b71444415a4a94ad905 Mon Sep 17 00:00:00 2001 From: Carl Chenet Date: Thu, 10 Nov 2016 14:28:37 +0100 Subject: [PATCH] fix issue with i18n variables names of 2 chars --- config/locales/en.yml | 2 +- config/locales/fr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 4264ac8..2a0fcc8 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -65,7 +65,7 @@ en: undelete: "undelete" delete: "delete" reply: "reply" - on: "on:" + about: "on:" home: index: homerecentsdesc: "The newest stories with a random sampling of recently submitted stories that have not yet reached the front page." diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 48697f0..8a96038 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -67,7 +67,7 @@ fr: undelete: "désupprimer" delete: "supprimer" reply: "répondre" - on: "sur :" + about: "sur :" home: index: homerecentsdesc: "Les plus récentes infos avec un panaché aléatoire des infos récentes soumises qui n'ont pas encore atteint la page principale."