From c09832e0f3b62b61a54679b6e18aea9c139b2a30 Mon Sep 17 00:00:00 2001 From: PascalMarchesseault <97350299+PascalMarchesseault@users.noreply.github.com> Date: Mon, 2 Sep 2024 00:54:41 -0400 Subject: [PATCH] I created the JSON files in en/fr for internal_time_ago. The information now needs to be integrated. --- src/locales/en.json | 24 ++++++++++++++++++++++++ src/locales/fr.json | 25 +++++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/src/locales/en.json b/src/locales/en.json index 22e8d47..c2ba883 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -50,5 +50,29 @@ "report" : "report", "deletecontenttitle": "Delete this content?", "deeletecontentwarning": "Are you sure you want to delete the content?" + }, + "time": { + "seconds": "seconds", + "1minuteago": "1 minute ago", + "1minutefromnow": "1 minute from now", + "minutes" : "minutes", + "1hourago" : "1 hour ago", + "1hourfromnow": "1 hour from now", + "hours" : "hours", + "yesterday" : "Yesterday", + "tomorrow": "Tomorrow", + "days" : "days", + "lastweek" : "Last week", + "nextweek" : "Next week", + "weeks" : "weeks", + "lastmonth" : "Last month", + "nextmonth" : "Next month", + "months" : "months", + "lastyear": "Last year", + "nextyear" : "Next year", + "years": "years", + "lastcentury": "Last century", + "nextcentury": "Next century", + "centuries": "centuries" } } \ No newline at end of file diff --git a/src/locales/fr.json b/src/locales/fr.json index 613d167..9a34d96 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -50,5 +50,30 @@ "report" : "signaler", "deletecontenttitle": " Supprimer ce contenu?", "deeletecontentwarning": "Êtes-vous sûr de vouloir supprimer le contenu?" + }, + "time": { + "seconds": "secondes", + "1minuteago": "il y a 1 minute", + "1minutefromnow": "dans 1 minute", + "minutes": "minutes", + "1hourago": "il y a 1 heure", + "1hourfromnow": "dans 1 heure", + "hours": "heures", + "yesterday": "hier", + "tomorrow": "demain", + "days": "jours", + "lastweek": "la semaine dernière", + "nextweek": "la semaine prochaine", + "weeks": "semaines", + "lastmonth": "le mois dernier", + "nextmonth": "le mois prochain", + "months": "mois", + "lastyear": "l'année dernière", + "nextyear": "l'année prochaine", + "years": "années", + "lastcentury": "le siècle dernier", + "nextcentury": "le siècle prochain", + "centuries": "siècles" } + } \ No newline at end of file